I have been running "Ollama+Unsloth+Llama3+CSV finetuning.ipynb" on my local Ubuntu computer.
I had saved gguf model file on my disk.(./model)
When running "print(tokenizer._ollama_modelfile)" to create an ollama model file, show error
AttributeError: PreTrainedTokenizerFast has no attribute _ollama_modelfile
I had tracked source code and hadn't found the function. Is this a bug?
I have been running "Ollama+Unsloth+Llama3+CSV finetuning.ipynb" on my local Ubuntu computer.
I had saved gguf model file on my disk.(./model)
When running "print(tokenizer._ollama_modelfile)" to create an ollama model file, show error
AttributeError: PreTrainedTokenizerFast has no attribute _ollama_modelfile
I had tracked source code and hadn't found the function. Is this a bug?