However after fine tuning the unsloth/Meta-Llama-3.1-8B model, exporting it to ollama and plugging it into my code, I can't use tools anymore, I get the following error: fine-tuned-llama3.1 does not support tools.
Thanks in advance for reading, please let me know if you have any idea how to solve this issue.
This might be a silly question, but when using the Llama3.1 base model I can effortlessly pass in tools when running it in Ollama.
However after fine tuning the unsloth/Meta-Llama-3.1-8B model, exporting it to ollama and plugging it into my code, I can't use tools anymore, I get the following error:
fine-tuned-llama3.1 does not support tools
.Thanks in advance for reading, please let me know if you have any idea how to solve this issue.