Skip to content
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

Does not work on Windows 11 or Linux Mint Cinnamon #466

Open
sanimesa opened this issue Aug 31, 2023 · 1 comment
Open

Does not work on Windows 11 or Linux Mint Cinnamon #466

sanimesa opened this issue Aug 31, 2023 · 1 comment

Comments

@sanimesa
Copy link

Windows 11:

  • Alpaca 7B installs but hangs.
  • Llama 7B does not install with below issue:
PS C:\Users\xxxxx\dalai\llama\build\Release> [System.Console]::OutputEncoding=[System.Console]::InputEncoding=[System.Text.Encoding]::UTF8; ./quantize C:\Users\aikat\dalai\llama\models\7B\ggml-model-f16.bin C:\Users\xxxxx\dalai\llama\models\7B\ggml-model-q4_0.bin 2
./quantize : The term './quantize' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:96
+ ... sole]::InputEncoding=[System.Text.Encoding]::UTF8; ./quantize C:\User ...
+                                                        ~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (./quantize:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Linux Mint:

  • Neither Alpaca nor Llama installs correctly. Will add the error messages later.

Are these environments supported?

@verdooft
Copy link

verdooft commented Sep 1, 2023

Dalai does not get updates.

Use llama.cpp
https://github.com/ggerganov/llama.cpp

and models (GGUF format) from here:
https://huggingface.co/TheBloke

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants