-
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
npx dalai serve not working, no error output (Ubuntu 18.04, dalai@0.0.13) #7
Comments
After running |
Node on the server is installed via snap. |
Same issue but on Windows 11, after running |
Windows 10, same. |
same on windows 10 |
I fixed mine by installing latest Visual Studio Community with support for Desktop C++ environment. |
I only used VS Code with C/C++ installed. Will try the community edition but couldn't see it would solve it |
for windows I think it's related to ggerganov's llama.cpp not supported for windows yet? I wonder why it happens to linux too. |
Make sure you have build-essentials before running install and serve. Otherwise it silently failed for me after attempting
|
In Kali Linux I have installed build-essential and python3-venv and also npx dalai alpaca install 7B. |
Hi, all
|
I got the same issue on mac, for installing alpaca. After npx dalai server nothing comes back.
|
Anyone resolved this yet? Running Ubuntu npx dalai serve --verbose |
Same for win10, did anyone address it? (but it works on linux) |
Hi, did you address it? |
same for me, doesnt work :P |
Solved my similar failure by upgrading node from 12 to 19. Installation went to completion. (Ubuntu 20.4) |
Hello,
Thank you for making this!
I was just trying it out on a Ubuntu 18.04 server, and the 2nd command
npx dalai serve
didn't seem to work on my server (I've runnpx dalai llama
).Some command history and outputs:
Screenshot
The text was updated successfully, but these errors were encountered: