-
Notifications
You must be signed in to change notification settings - Fork 965
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
Fine-tuned model does not support tools (Base Model supports tools) #1244
Comments
Just some observations. WORKS DOESN'T WORK
|
Can you share the request that works for As for ollama, does the base model work with tool use? If so, maybe there is a configuration parameter that needs to be set when we export. |
I am able to get What remains is Ollama packaging so I can use it in open-webui. |
? |
Yes. On running the base model ( |
Does the base model work with ollama? |
That's good question. The answer is NO.
Modelfile
And still the same error. So, this is a ollama problem. |
Copying base model's template and adding to TEMPLATE field to Modelfile worked.
|
Great, I will close this then. Glad it is resolved. |
Fine-tuned model doesn't support tools even when starting with tool supported model (meta-llama/Llama-3.2-1B-Instruct). Has anyone encounterd this? Below are the steps I followed.
ollama._types.ResponseError: registry.ollama.ai/library/finetuned_llama:latest does not support tools
The text was updated successfully, but these errors were encountered: