Xiaolei Wang
Xiaolei Wang
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的方法做量化?