-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Axios error when attempt npx dalai alpaca install 13B #350
Comments
same issue |
It's trying to find the 13B params in the following link: https://huggingface.co/Pi3141/alpaca-native-13B-ggml/resolve/main/ggml-model-q4_0.bin while the correct one is: https://huggingface.co/Pi3141/alpaca-native-13B-ggml/resolve/main/ggml-model-q4_1.bin (notice the I'm currently downloading the file manually from huggingface, in order to store it into |
encountering this too, it's because its trying to download the model from trying to figure out where to change the link in the code but i have no idea what im doing lol |
Should be here. Your local file will be under:
I didn't look much into it, but downloading the correct |
Same issue over here. Any timeline for a fixed release? |
I've created a pull request that should solve this issue. In the meantime, if you want to use my fork with the updated url, you can do If you already have Remember to switch back to the main repository after this is fixed. I don't plan on keeping my fork updated or anything like that. |
This comment was marked as outdated.
This comment was marked as outdated.
I just wanted to say that despite my fix downloading the correct bin file, and despite it properly attempting to use that file, it is still resulting in an error. I've discussed this over on the pull request but I'll put it here too. I've checked that the SHA256 is matching and so it has correctly downloaded the whole file. When I run the web app in debug mode the output is like this,
|
I have tried to download the 13B model by renaming the file with a _1 in the alpaca.js file, it downloaded the correct file, then I renamed the bin file to _0, it finally showed up on the dalai gui but it didn't respond to my prompts. What am I missing? |
@billsecond As mentioned by @mcaubrey, the file is probably in a different format than the one supported by From my understanding, we have to wait for an update to support the specific file type. I may be mistaken though. Edit: May it be related to this? |
It might be possible to download and then convert the file ourselves, I haven't play with it at all yet, but then we'd need a place to host it. It's probably better to wait until someone already hosting these models figures this out and provides a way to retrieve them. |
Is this still open? When I try @mcaubrey 's branch I get npm ERR! git dep preparation failed Am I understanding correctly that it's simply a mis-named string in the library? Is there a PR open? |
Still broken. I get an error with your repo |
I successfully launched alpaca 13B on windows 10, manually for now.
|
change the alpaca.js file works |
Hey guys I fixed this issue by using the torrent download instead of the file link Steps to fix Edit the local file: change the section on line 91 from
to
rerun The torrent file works great, the only issue is if you don't want to use peer to peer file transfers for some reason. |
Thanks, that fixed it for me. |
broken in docker. have attempted the torrent fix, will try to update once it's finished redownloading and converting. docker exec -ti dalai-dalai-1 /bin/bash |
I'm on a M1 Macbook Pro.
Node 18.3
Here is the output in my terminal:
The text was updated successfully, but these errors were encountered: