Xiaolei Wang

Results 4 issues of Xiaolei Wang

加入一个“来电记录”列表,列出所有来电的时间、号码、信息,主要是为了看未接来电的信息。

enhancement

Hi there, I found some potential issue in Dragonfly Plate Reverb source code. Is it a bug, or just some unused code? In dragonfly-plate-reverb/DSP.cpp, DragonflyReverbDSP::run(), we set `model` to different...

on Mac M1, both PortInfo.description and PortInfo.hardware_id are always "n/a", because usb device type name was changed from "IOUSBDevice" to "IOUSBHostInterface".

使用Baichuan2-13B模型,convert需要几十G内存,在16G内存的Mac上无法完成运行,进程会OOM被系统kill掉。 而llama.cpp的convert只占很少内存就可以完成。能否使用类似llama.cpp的方法做量化?