Text Generation
GGUF
English
Korean
Japanese
solar
Mixture of Experts
mixed-precision
dgx-spark
imatrix
conversational
Instructions to use Baekpica/Solar-Open2-250B-Mixed-Quant-GGUF 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 Baekpica/Solar-Open2-250B-Mixed-Quant-GGUF 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 Baekpica/Solar-Open2-250B-Mixed-Quant-GGUF # Run inference directly in the terminal: llama cli -hf Baekpica/Solar-Open2-250B-Mixed-Quant-GGUF
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Baekpica/Solar-Open2-250B-Mixed-Quant-GGUF # Run inference directly in the terminal: llama cli -hf Baekpica/Solar-Open2-250B-Mixed-Quant-GGUF
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 Baekpica/Solar-Open2-250B-Mixed-Quant-GGUF # Run inference directly in the terminal: ./llama-cli -hf Baekpica/Solar-Open2-250B-Mixed-Quant-GGUF
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 Baekpica/Solar-Open2-250B-Mixed-Quant-GGUF # Run inference directly in the terminal: ./build/bin/llama-cli -hf Baekpica/Solar-Open2-250B-Mixed-Quant-GGUF
Use Docker
docker model run hf.co/Baekpica/Solar-Open2-250B-Mixed-Quant-GGUF
- LM Studio
- Jan
- vLLM
How to use Baekpica/Solar-Open2-250B-Mixed-Quant-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Baekpica/Solar-Open2-250B-Mixed-Quant-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Baekpica/Solar-Open2-250B-Mixed-Quant-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/Baekpica/Solar-Open2-250B-Mixed-Quant-GGUF
- Ollama
How to use Baekpica/Solar-Open2-250B-Mixed-Quant-GGUF with Ollama:
ollama run hf.co/Baekpica/Solar-Open2-250B-Mixed-Quant-GGUF
- Unsloth Desktop
- Pi
How to use Baekpica/Solar-Open2-250B-Mixed-Quant-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Baekpica/Solar-Open2-250B-Mixed-Quant-GGUF
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "Baekpica/Solar-Open2-250B-Mixed-Quant-GGUF" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use Baekpica/Solar-Open2-250B-Mixed-Quant-GGUF with Docker Model Runner:
docker model run hf.co/Baekpica/Solar-Open2-250B-Mixed-Quant-GGUF
- Lemonade
How to use Baekpica/Solar-Open2-250B-Mixed-Quant-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Baekpica/Solar-Open2-250B-Mixed-Quant-GGUF
Run and chat with the model
lemonade run user.Solar-Open2-250B-Mixed-Quant-GGUF-{{QUANT_TAG}}List all available models
lemonade list
- Hermes Agent
How to use Baekpica/Solar-Open2-250B-Mixed-Quant-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Baekpica/Solar-Open2-250B-Mixed-Quant-GGUF
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 Baekpica/Solar-Open2-250B-Mixed-Quant-GGUF
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use Baekpica/Solar-Open2-250B-Mixed-Quant-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Baekpica/Solar-Open2-250B-Mixed-Quant-GGUF
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 "Baekpica/Solar-Open2-250B-Mixed-Quant-GGUF" \ --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"
| 5c75c000e0bdf7a597e37a9754440591a4494e4ef74b9da228e08703fcf2e0d5 Solar-Open2-250B-MXQ-v1-00001-of-00011.gguf | |
| fc39348c8cf680b6abb73ac0bbbd4f0041e1f1b5914f0dc3b3d0d0ed0b6a4b42 Solar-Open2-250B-MXQ-v1-00002-of-00011.gguf | |
| 432c098bf09f5e530bd1332cd29f06f8aafd29148c410faae5ed2c2279c59474 Solar-Open2-250B-MXQ-v1-00003-of-00011.gguf | |
| 90d45f9bec923d2686719aebc10b62dee1c7e0ba7379bc74a0eeaac3ed653677 Solar-Open2-250B-MXQ-v1-00004-of-00011.gguf | |
| 22c68c5777ba51917e2d91b0d990868a384e21a1bd41f147b0727e901b7d6f30 Solar-Open2-250B-MXQ-v1-00005-of-00011.gguf | |
| 2b707f2284978b5910c5342ef11dcc83b0fbef8a5b50016063f82399fefc9917 Solar-Open2-250B-MXQ-v1-00006-of-00011.gguf | |
| 28aa77df046bd5132de2f540759fa0aaeddd8e421af3e72d9911075fab1e6eb5 Solar-Open2-250B-MXQ-v1-00007-of-00011.gguf | |
| 7198f53566a53add77f759d6e25d49aa983cc7c76959cf5ca1349ecf74e77f58 Solar-Open2-250B-MXQ-v1-00008-of-00011.gguf | |
| 54c891cbebb858dba3249a0af1912bcdc41d0f1d3de65e8ffb58ce5a47d84bfd Solar-Open2-250B-MXQ-v1-00009-of-00011.gguf | |
| af8c2b784291d270142e91ef1141bc6e2afdd04322e75bd06d8b29e0bd8f6411 Solar-Open2-250B-MXQ-v1-00010-of-00011.gguf | |
| 065698a007d7b49268cc775d7c3cbd44fcf2372a9373d7e587d025ac9cf0c206 Solar-Open2-250B-MXQ-v1-00011-of-00011.gguf | |