Instructions to use ukung/collections_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use ukung/collections_model with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf ukung/collections_model # Run inference directly in the terminal: llama cli -hf ukung/collections_model
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf ukung/collections_model # Run inference directly in the terminal: llama cli -hf ukung/collections_model
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf ukung/collections_model # Run inference directly in the terminal: ./llama-cli -hf ukung/collections_model
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf ukung/collections_model # Run inference directly in the terminal: ./build/bin/llama-cli -hf ukung/collections_model
Use Docker
docker model run hf.co/ukung/collections_model
- LM Studio
- Jan
- Ollama
How to use ukung/collections_model with Ollama:
ollama run hf.co/ukung/collections_model
- Unsloth Studio
How to use ukung/collections_model with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for ukung/collections_model to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for ukung/collections_model to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for ukung/collections_model to start chatting
- Pi
How to use ukung/collections_model with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf ukung/collections_model
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "ukung/collections_model" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use ukung/collections_model with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf ukung/collections_model
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default ukung/collections_model
Run Hermes
hermes
- Atomic Chat new
- OpenClaw new
How to use ukung/collections_model with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf ukung/collections_model
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "ukung/collections_model" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
- Docker Model Runner
How to use ukung/collections_model with Docker Model Runner:
docker model run hf.co/ukung/collections_model
- Lemonade
How to use ukung/collections_model with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull ukung/collections_model
Run and chat with the model
lemonade run user.collections_model-{{QUANT_TAG}}List all available models
lemonade list
| [ | |
| { "af": "Afrikaans" }, | |
| { "am": "Amharic" }, | |
| { "ar": "Arabic" }, | |
| { "as": "Assamese" }, | |
| { "az": "Azerbaijani" }, | |
| { "ba": "Bashkir" }, | |
| { "be": "Belarusian" }, | |
| { "bg": "Bulgarian" }, | |
| { "bn": "Bengali" }, | |
| { "bo": "Tibetan" }, | |
| { "br": "Breton" }, | |
| { "bs": "Bosnian" }, | |
| { "ca": "Catalan" }, | |
| { "cs": "Czech" }, | |
| { "cy": "Welsh" }, | |
| { "da": "Danish" }, | |
| { "de": "German" }, | |
| { "el": "Greek" }, | |
| { "en": "English" }, | |
| { "es": "Spanish" }, | |
| { "et": "Estonian" }, | |
| { "eu": "Basque" }, | |
| { "fa": "Persian" }, | |
| { "fi": "Finnish" }, | |
| { "fo": "Faroese" }, | |
| { "fr": "French" }, | |
| { "gl": "Galician" }, | |
| { "gu": "Gujarati" }, | |
| { "haw": "Hawaiian" }, | |
| { "ha": "Hausa" }, | |
| { "he": "Hebrew" }, | |
| { "hi": "Hindi" }, | |
| { "hr": "Croatian" }, | |
| { "ht": "Haitian Creole" }, | |
| { "hu": "Hungarian" }, | |
| { "hy": "Armenian" }, | |
| { "id": "Indonesian" }, | |
| { "is": "Icelandic" }, | |
| { "it": "Italian" }, | |
| { "ja": "Japanese" }, | |
| { "jw": "Javanese" }, | |
| { "ka": "Georgian" }, | |
| { "kk": "Kazakh" }, | |
| { "km": "Khmer" }, | |
| { "kn": "Kannada" }, | |
| { "ko": "Korean" }, | |
| { "la": "Latin" }, | |
| { "lb": "Luxembourgish" }, | |
| { "ln": "Lingala" }, | |
| { "lo": "Lao" }, | |
| { "lt": "Lithuanian" }, | |
| { "lv": "Latvian" }, | |
| { "mg": "Malagasy" }, | |
| { "mi": "Māori" }, | |
| { "mk": "Macedonian" }, | |
| { "ml": "Malayalam" }, | |
| { "mn": "Mongolian" }, | |
| { "mr": "Marathi" }, | |
| { "ms": "Malay" }, | |
| { "mt": "Maltese" }, | |
| { "my": "Myanmar (Burmese)" }, | |
| { "ne": "Nepali" }, | |
| { "nl": "Dutch" }, | |
| { "nn": "Norwegian Nynorsk" }, | |
| { "no": "Norwegian" }, | |
| { "oc": "Occitan" }, | |
| { "pa": "Punjabi" }, | |
| { "pl": "Polish" }, | |
| { "ps": "Pashto" }, | |
| { "pt": "Portuguese" }, | |
| { "ro": "Romanian" }, | |
| { "ru": "Russian" }, | |
| { "sa": "Sanskrit" }, | |
| { "sd": "Sindhi" }, | |
| { "si": "Sinhala" }, | |
| { "sk": "Slovak" }, | |
| { "sl": "Slovenian" }, | |
| { "sn": "Shona" }, | |
| { "so": "Somali" }, | |
| { "sq": "Albanian" }, | |
| { "sr": "Serbian" }, | |
| { "su": "Sundanese" }, | |
| { "sv": "Swedish" }, | |
| { "sw": "Swahili" }, | |
| { "ta": "Tamil" }, | |
| { "te": "Telugu" }, | |
| { "tg": "Tajik" }, | |
| { "th": "Thai" }, | |
| { "tk": "Turkmen" }, | |
| { "tl": "Tagalog" }, | |
| { "tr": "Turkish" }, | |
| { "tt": "Tatar" }, | |
| { "uk": "Ukrainian" }, | |
| { "ur": "Urdu" }, | |
| { "uz": "Uzbek" }, | |
| { "vi": "Vietnamese" }, | |
| { "yi": "Yiddish" }, | |
| { "yo": "Yoruba" }, | |
| { "zh": "Chinese" } | |
| ] |