Error in dalai alpaca install URL.
The install command tries to download: https://huggingface.co/Pi3141/alpaca-native-13B-ggml/resolve/main/ggml-model-q4_0.bin
Which does not exist. It is now:
https://huggingface.co/Pi3141/alpaca-native-13B-ggml/resolve/main/ggml-model-q4_1.bin
Yeah i trying docker and i have no clue how to work around it. Downloading manual now Again after deleting, and will try copying it in the 13B folder.
@VexiaOnline @somenewaccountthen Where you able to install it placing it in 13B folder? I'm getting following error after downloading it from https://huggingface.co/Pi3141/alpaca-native-13B-ggml/resolve/main/ggml-model-q4_1.bin and placing it in models/13B/ (I tried replacing it to q4_0 filename as well)
llama_model_load: loading model from 'models/13B/ggml-model-q4_0.bin' - please wait ...
llama_model_load: invalid model file 'models/13B/ggml-model-q4_0.bin' (bad magic)
main: failed to load model from 'models/13B/ggml-model-q4_0.bin'
bash-3.2$ exit```
I'm also interested in the 13B model and it is failing to install. I'm curious why the latest commit fo this project is 3 weeks ago. Will this be maintained?
For alpaca 7B model you can follow the link. This is the only direct download I could find.
I'm hitting the same error, not sure where we can update this for docker?