-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Bug: server is broken by Mistral Nemo commit #8631
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
Comments
Not sure anymore that the issue is inthe commit mentioned above; a second bisect points to a different commit:
Maybe it has something to do with cleaning up between the compilation runs. In any case, going back to f17f39f fixes the issue and going forward to HEAD introduces it. |
I am also having this problem. Bisecting was a huge pain since there seems to be some state preserved between runs, which made the results inconsistent. However, I am now convinced that the problem was introduced in 0d2c732 That commit breaks both the old and new web UI for llama-server in Firefox on Linux. Clicking Start or Send in the UI does not cause inferencing to begin. The web UI continues to work in Chromium on Linux. |
Yes, I also observed this issue and I think that clicking on |
That makes way more sense to me, thank you! I also can confirm that there is no problem with Chromium. Hitting the "reset all" button did not work, but updating Firefox did work. We are using an extended support release (115.13.0esr that comes with openSuSE), updating to 128 fixed the problem. So it is more likely a Firefox bug. Also, when observing the traffic in the Firefox Network analyzer, hitting the button in the buggy version does not show any network connection (whereas it does POST to http://127.0.0.1:8080/completion in the working version) |
I can confirm that #8646 fixes the issue for me :) |
What happened?
I run the serve with:
llama-server -m ~/Downloads/Meta-Llama-3-8B-Instruct-v2.Q8_0.gguf -c 4096 --no-mmap
After commit 50e0535 nothing happens when a question is posted in the web interface. The CPU is not used. I've used git bisect to verify it comes from that commit.
Name and Version
What operating system are you seeing the problem on?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: