Closed pomazanbohdan closed 1 year ago
It seems that this format is no longer supported, that is a bit strange. I will look into that
Maybe this is with a newer quantization format. make sure you run the latest version of catai, a support to a new format will be added as soon as node-llama updates the llama.cpp version.
I will also look into this :)
You can change the config to support alpaca with alpaca.cpp
binding,
catai config --edit code
export const SELECTED_BINDING = 'alpaca-cpp';
BTW: The alpaca.cpp binding is outdated and slow, so it will not be included in the feature version.
The interface starts, and after entering the first request, it crashes