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

provide offline option for llama_download_file #31

Open
codefromthecrypt opened this issue Aug 28, 2024 · 0 comments
Open

provide offline option for llama_download_file #31

codefromthecrypt opened this issue Aug 28, 2024 · 0 comments

Comments

@codefromthecrypt
Copy link

Right now, if you are on a plane, or otherwise offline, and you invoke something that calls llama_download_file, you will get a failure verifying the already downloaded model.

I would love an offline arg, so that I can work with the last version for any reason including network failure.

For example, I would like this to not fail if it has a local file, and don't mind passing another arg to clarify

$ llama-server --log-disable \
  --hf-repo Qwen/Qwen2-0.5B-Instruct-GGUF \
  --hf-file qwen2-0_5b-instruct-q5_k_m.gguf
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