I tried to save my fine-tuned gemma3 on HuggingFace in gguf format, I followed the unsloth's notebook but I have the following error when I run model.save_pretrained_merged("gemma-3-finetune", tokenizer)
NotImplementedError: Unsloth: llama.cpp GGUF conversion does not yet support converting model types of Gemma3ForConditionalGeneration.
Suggestions?
PS: same error using model.push_to_hub_gguf
I tried to save my fine-tuned gemma3 on HuggingFace in gguf format, I followed the unsloth's notebook but I have the following error when I run model.save_pretrained_merged("gemma-3-finetune", tokenizer)
NotImplementedError: Unsloth: llama.cpp GGUF conversion does not yet support converting model types of
Gemma3ForConditionalGeneration.Suggestions?
PS: same error using model.push_to_hub_gguf