OSCAR2 Models
Collection
1 item • Updated
How to use jabbatheduck/oscar2-models with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf jabbatheduck/oscar2-models # Run inference directly in the terminal: llama cli -hf jabbatheduck/oscar2-models
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf jabbatheduck/oscar2-models # Run inference directly in the terminal: llama cli -hf jabbatheduck/oscar2-models
# 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 jabbatheduck/oscar2-models # Run inference directly in the terminal: ./llama-cli -hf jabbatheduck/oscar2-models
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 jabbatheduck/oscar2-models # Run inference directly in the terminal: ./build/bin/llama-cli -hf jabbatheduck/oscar2-models
docker model run hf.co/jabbatheduck/oscar2-models
How to use jabbatheduck/oscar2-models with Ollama:
ollama run hf.co/jabbatheduck/oscar2-models
How to use jabbatheduck/oscar2-models with Unsloth Studio:
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 jabbatheduck/oscar2-models to start chatting
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 jabbatheduck/oscar2-models to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for jabbatheduck/oscar2-models to start chatting
How to use jabbatheduck/oscar2-models with Pi:
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf jabbatheduck/oscar2-models
# 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": "jabbatheduck/oscar2-models"
}
]
}
}
}# Start Pi in your project directory: pi
How to use jabbatheduck/oscar2-models with Hermes Agent:
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf jabbatheduck/oscar2-models
# 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 jabbatheduck/oscar2-models
hermes
How to use jabbatheduck/oscar2-models with OpenClaw:
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf jabbatheduck/oscar2-models
# 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 "jabbatheduck/oscar2-models" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
openclaw agent --local --agent main --message "Hello from Hugging Face"
How to use jabbatheduck/oscar2-models with Docker Model Runner:
docker model run hf.co/jabbatheduck/oscar2-models
How to use jabbatheduck/oscar2-models with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull jabbatheduck/oscar2-models
lemonade run user.oscar2-models-{{QUANT_TAG}}lemonade list
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Collection: OSCAR2 Models
| Name | File | KV cache | Context |
|---|---|---|---|
| Qwen3.6-27B-Q5KXL-Hadamard | qwen3.6-27b-q5kxl-hadamard.gguf |
oscar2/oscar2 | 131072 |
This model requires an oscar2-capable build of llama.cpp from the TurboQuant oscar branch.
oscargit clone -b oscar https://github.com/giveen/llama-cpp-turboquant.git
cd llama-cpp-turboquant
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DGGML_CUDA=ON
cmake --build . --config Release -j $(nproc)
./build/bin/llama-cli \
-m /path/to/qwen3.6-27b-q5kxl-hadamard.gguf \
-ngl 99 -fa on -c 131072 \
--cache-type-k oscar2 --cache-type-v oscar2 \
-n 512 --temp 0
--no-jinja if chat template parsing fails with very long prompts.We're not able to determine the quantization variants.