unsloth icon indicating copy to clipboard operation
unsloth copied to clipboard

Export Model to ollama.com

Open gjyotin305 opened this issue 2 weeks ago • 15 comments

Fix for Download Issues from Colab

Many users faced issues downloading .gguf files while setting up Ollama servers. Follow these steps as an alternative:

  1. Install Ollama:

    curl -fsSL https://ollama.com/install.sh | sh
    
  2. Retrieve your Colab public key:

    !cat ~/.ollama/id_ed25519.pub
    
  3. 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. 🚀

gjyotin305 avatar Feb 09 '25 10:02 gjyotin305