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

Error when running llama-server: unknown argument: -hf #37

Open
matthiasgeihs opened this issue Feb 24, 2025 · 1 comment
Open

Error when running llama-server: unknown argument: -hf #37

matthiasgeihs opened this issue Feb 24, 2025 · 1 comment

Comments

@matthiasgeihs
Copy link

When running

llama-server \
    -hf ggml-org/Qwen2.5-Coder-7B-Q8_0-GGUF \
    --port 8012 -ngl 99 -fa -ub 1024 -b 1024 \
    --ctx-size 0 --cache-reuse 256

as described in the extension overview, i get the following error:

error: unknown argument: -hf

Using llama-server at version:

% llama-server --version
version: 1 (5ef07e2)

installed through brew install llama.cpp.

@matthiasgeihs
Copy link
Author

hmm, seems like tabby is hugging the symlink llama-server.

% brew link llama.cpp
Linking /opt/homebrew/Cellar/llama.cpp/4765... 
Error: Could not symlink bin/llama-server
Target /opt/homebrew/bin/llama-server
is a symlink belonging to tabby. You can unlink it:
  brew unlink tabby

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

1 participant