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

This application cant response to me? It is waiting for much time. It is not working. #445

Open
Yaseminh opened this issue May 16, 2023 · 14 comments

Comments

@Yaseminh
Copy link

Now, Button name is go but in demo button name is autocomplete. I cant find solution for problem. I dont understand. Button is always turning but no response.

@Yaseminh
Copy link
Author

It didn't respond at all for me, but it did in a different project. How long did it take to respond? I hope we find a solution to the problem.

@Practicing7
Copy link

Same issue! LLaAM 7B responses to me normally. But Alpaca didn't response to me.

@Yaseminh
Copy link
Author

What is your ram size and specs of your machine? I say it's enough if one of them works, but I couldn't get a response :(

@Practicing7
Copy link

Practicing7 commented May 17, 2023

My machine has a ram size of 128G, an A6000 GPU with 48G memory.
OS: Ubuntu 22.04

@geniusfoever
Copy link

Same here, 32 G ram, Linux, alpaca 7B, no response at all. No error, seems stucked.

@manel-moles
Copy link

Same issue here.

@vulpcod3z
Copy link

vulpcod3z commented May 26, 2023

Works from the demo web ui but utilizing the api call demos only sends and processes the request; there's no response sent back to the client.

UPDATE:
Wanted to include that I installed via npx dalai alpaca install instead of cloning, which works via the web ui.

@HidingCherry
Copy link

HidingCherry commented Jun 24, 2023

Also installed via npx dalai alpaca install 7B - same issue, no CPU usage, no response.
Running via docker (actually podman, but it doesn't make a difference).
I'll try llama 7B later.

Edit: works with Llama 7B - but I had to do the download manually, since it kinda stopped halfway through the download. No download-progress, but the estimated time roze.

@andreapago
Copy link

same problem here alpaca 7B and 13B do not seem to provide any reply...anyone any idea? I'm on Ubuntu with 16GB RAM, no GPU.
Thanks

@vulpcod3z
Copy link

same problem here alpaca 7B and 13B do not seem to provide any reply...anyone any idea? I'm on Ubuntu with 16GB RAM, no GPU. Thanks

Are you attempting to use the web interface or are you connecting via another application?

@andreapago
Copy link

Are you attempting to use the web interface or are you connecting via another application?

Just via the web interface.
Thanks

@vulpcod3z
Copy link

I'd check your nodejs version first. Ubuntu 20.04 and earlier don't support >10.19 where dalai needs >=18.

After that, check that your */dalai/alpaca/models directory actually has the models.

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

8 participants
@vulpcod3z @andreapago @HidingCherry @Yaseminh @manel-moles @geniusfoever @Practicing7 and others