You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FWIW, on that same rev different Qwen models (I can't run a 32b) seem to work fine on 128.6.0esr here (Debian 12, amd64, KDE Wayland). Could you check if the same happens with the ESR version, or with other models?
Name and Version
./llama-server --version
version: 4607 (aa6fb13)
built with Apple clang version 15.0.0 (clang-1500.1.0.2.5) for arm64-apple-darwin23.4.0
Operating systems
Mac
Which llama.cpp modules do you know to be affected?
llama-server
Command line
./llama-server -m /Users/$USER/ml/qwen/qwen2.5-coder-32b-instruct-q5_k_m.gguf -c 8192
Problem description & steps to reproduce
Using latest master on MacOS to run llama-server on localhost, the web interface doesn't seem to work in Firefox, but works in Safari and Chrome.
Firefox brings up a modal popup with:
and then after clearing that popup, another appears with:
TypeError: ResizeObserver.observe: Argument 1 is not an object.
After which there's just a blank page. I can't see anything else in the DevTools Console.
This is with Firefox 134 on MacOS, (M1 silicon), and as mentioned above, the web interface works fine with Safari and Chrome on the same machine.
First Bad Commit
No response
Relevant log output
The text was updated successfully, but these errors were encountered: