AlpinDale / pygmalion.cpp

C/C++ implementation of PygmalionAI/pygmalion-6b
MIT License
56 stars 5 forks source link

Error on download #1

Closed chrisbward closed 1 year ago

chrisbward commented 1 year ago
Downloading file...
on-6b-q4_0.bin      100%[===================>]   3.52G  6.35MB/s    in 8m 49s  
md5sum: models/pygmalion-6b-q4_0.bin: No such file or directory
../examples/pyggy/download-pyg.sh: line 36: [: =: unary operator expected
Download complete but MD5 hash doesn't match. Please try again.
AlpinDale commented 1 year ago

I've noticed this issue as well. I'll modify the installer later, but for now you can download with:

wget https://huggingface.co/alpindale/pygmalion-6b-ggml-4bit/resolve/main/pygmalion-6b-q4_0.bin

chrisbward commented 1 year ago

I manually checked the hashsums, looked fine to me - it's just the bash script I'm sure

AlpinDale commented 1 year ago

I manually checked the hashsums, looked fine to me - it's just the bash script I'm sure

The new download script should work fine. I've also added all the V8 revisions to the download list.

HRNPH commented 1 year ago

Tested and it currently working just fine for me, I think you can close this