/models/pull
#4344
Replies: 1 comment 1 reply
-
Hi @pelikhan Here is an example payload: {
"model":"https://huggingface.co/bartowski/Llama-3.2-3B-Instruct-GGUF/resolve/main/Llama-3.2-3B-Instruct-Q8_0.gguf",
"id":"llama3.2-3b-instruct",
"name":"Llama 3.2 3B Instruct Q8"
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use the /models/pull api to download a model on the fly based a chat completion request.
The API (in 5.12 rc2) takes 3 mandatory parameters (model,id,name) but it's unclear whether they actually have to be provided.
I have tried a few combinations of them and ended up with bad request conflict.
Also, does this API support streaming progress of the download?
Beta Was this translation helpful? Give feedback.
All reactions