dalai icon indicating copy to clipboard operation
dalai copied to clipboard

Error in dalai alpaca install URL.

Open VexiaOnline opened this issue 2 years ago • 5 comments

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

VexiaOnline avatar Apr 07 '23 05:04 VexiaOnline

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.

somenewaccountthen avatar Apr 08 '23 15:04 somenewaccountthen

@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```

lukeber4 avatar Apr 09 '23 18:04 lukeber4

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?

demian85 avatar Apr 11 '23 12:04 demian85

For alpaca 7B model you can follow the link. This is the only direct download I could find.

MrAnayDongre avatar Apr 16 '23 07:04 MrAnayDongre

I'm hitting the same error, not sure where we can update this for docker?

MagiciMan avatar May 07 '23 08:05 MagiciMan