unsloth
unsloth copied to clipboard
Export Model to ollama.com
Fix for Download Issues from Colab
Many users faced issues downloading .gguf
files while setting up Ollama servers. Follow these steps as an alternative:
-
Install Ollama:
curl -fsSL https://ollama.com/install.sh | sh
-
Retrieve your Colab public key:
!cat ~/.ollama/id_ed25519.pub
-
Add the key to your account for authentication and seamless downloads.
Additionally, with the contributed push_to_ollama_hub
function, users can now push models to [ollama.com](https://ollama.com) directly from Colab.
This keeps it clean, direct, and easy to follow. 🚀