Reinforcement Learning
GGUF
English
llama-cpp
gguf-my-repo
reinforcementlearning
tool-calling
multi-reasoning
orchestrator-model
orchestration
conversational
Instructions to use AXONVERTEX-AI-RESEARCH/Orchestrator-8B-Q8_0-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 AXONVERTEX-AI-RESEARCH/Orchestrator-8B-Q8_0-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 AXONVERTEX-AI-RESEARCH/Orchestrator-8B-Q8_0-GGUF:Q8_0 # Run inference directly in the terminal: llama cli -hf AXONVERTEX-AI-RESEARCH/Orchestrator-8B-Q8_0-GGUF:Q8_0
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf AXONVERTEX-AI-RESEARCH/Orchestrator-8B-Q8_0-GGUF:Q8_0 # Run inference directly in the terminal: llama cli -hf AXONVERTEX-AI-RESEARCH/Orchestrator-8B-Q8_0-GGUF:Q8_0
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 AXONVERTEX-AI-RESEARCH/Orchestrator-8B-Q8_0-GGUF:Q8_0 # Run inference directly in the terminal: ./llama-cli -hf AXONVERTEX-AI-RESEARCH/Orchestrator-8B-Q8_0-GGUF:Q8_0
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 AXONVERTEX-AI-RESEARCH/Orchestrator-8B-Q8_0-GGUF:Q8_0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf AXONVERTEX-AI-RESEARCH/Orchestrator-8B-Q8_0-GGUF:Q8_0
Use Docker
docker model run hf.co/AXONVERTEX-AI-RESEARCH/Orchestrator-8B-Q8_0-GGUF:Q8_0
- LM Studio
- Jan
- Ollama
How to use AXONVERTEX-AI-RESEARCH/Orchestrator-8B-Q8_0-GGUF with Ollama:
ollama run hf.co/AXONVERTEX-AI-RESEARCH/Orchestrator-8B-Q8_0-GGUF:Q8_0
- Unsloth Desktop
- Pi
How to use AXONVERTEX-AI-RESEARCH/Orchestrator-8B-Q8_0-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf AXONVERTEX-AI-RESEARCH/Orchestrator-8B-Q8_0-GGUF:Q8_0
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": "AXONVERTEX-AI-RESEARCH/Orchestrator-8B-Q8_0-GGUF:Q8_0" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use AXONVERTEX-AI-RESEARCH/Orchestrator-8B-Q8_0-GGUF with Docker Model Runner:
docker model run hf.co/AXONVERTEX-AI-RESEARCH/Orchestrator-8B-Q8_0-GGUF:Q8_0
- Lemonade
How to use AXONVERTEX-AI-RESEARCH/Orchestrator-8B-Q8_0-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull AXONVERTEX-AI-RESEARCH/Orchestrator-8B-Q8_0-GGUF:Q8_0
Run and chat with the model
lemonade run user.Orchestrator-8B-Q8_0-GGUF-Q8_0
List all available models
lemonade list
- Hermes Agent
How to use AXONVERTEX-AI-RESEARCH/Orchestrator-8B-Q8_0-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 AXONVERTEX-AI-RESEARCH/Orchestrator-8B-Q8_0-GGUF:Q8_0
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 AXONVERTEX-AI-RESEARCH/Orchestrator-8B-Q8_0-GGUF:Q8_0
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use AXONVERTEX-AI-RESEARCH/Orchestrator-8B-Q8_0-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf AXONVERTEX-AI-RESEARCH/Orchestrator-8B-Q8_0-GGUF:Q8_0
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 "AXONVERTEX-AI-RESEARCH/Orchestrator-8B-Q8_0-GGUF:Q8_0" \ --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"
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,6 +17,135 @@ pipeline_tag: reinforcement-learning
|
|
| 17 |
This model was converted to GGUF format from [`nvidia/Orchestrator-8B`](https://huggingface.co/nvidia/Orchestrator-8B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
| 18 |
Refer to the [original model card](https://huggingface.co/nvidia/Orchestrator-8B) for more details on the model.
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
## Use with llama.cpp
|
| 21 |
Install llama.cpp through brew (works on Mac and Linux)
|
| 22 |
|
|
|
|
| 17 |
This model was converted to GGUF format from [`nvidia/Orchestrator-8B`](https://huggingface.co/nvidia/Orchestrator-8B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
| 18 |
Refer to the [original model card](https://huggingface.co/nvidia/Orchestrator-8B) for more details on the model.
|
| 19 |
|
| 20 |
+
## Use with ollama
|
| 21 |
+
|
| 22 |
+
```bash
|
| 23 |
+
|
| 24 |
+
root@90dd7d73d62b:/# ollama pull hf.co/AXONVERTEX-AI-RESEARCH/Qwen3-Embedding-0.6B-Q8_0-GGUF:Q8_0
|
| 25 |
+
pulling manifest
|
| 26 |
+
pulling ee029816fb96: 100% ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ 639 MB
|
| 27 |
+
pulling eb4402837c78: 100% ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ 1.5 KB
|
| 28 |
+
pulling 4a6ce91d86a8: 100% ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ 99 B
|
| 29 |
+
pulling be570f0686c3: 100% ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ 549 B
|
| 30 |
+
verifying sha256 digest
|
| 31 |
+
writing manifest
|
| 32 |
+
success
|
| 33 |
+
root@90dd7d73d62b:/# ollama pull hf.co/AXONVERTEX-AI-RESEARCH/Orchestrator-8B-Q8_0-GGUF:Q8_0
|
| 34 |
+
pulling manifest
|
| 35 |
+
pulling 7ba8f19c5542: 100% ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ 8.7 GB
|
| 36 |
+
pulling eb4402837c78: 100% ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ 1.5 KB
|
| 37 |
+
pulling 4a6ce91d86a8: 100% ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ 99 B
|
| 38 |
+
pulling 9dfdfd94d3aa: 100% ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ 552 B
|
| 39 |
+
verifying sha256 digest
|
| 40 |
+
writing manifest
|
| 41 |
+
success
|
| 42 |
+
root@90dd7d73d62b:/# ollama run hf.co/AXONVERTEX-AI-RESEARCH/Orchestrator-8B-Q8_0-GGUF:Q8_0
|
| 43 |
+
>>> Hello
|
| 44 |
+
<think>
|
| 45 |
+
Okay, the user said "Hello". I need to respond appropriately. Since they just greeted me, I should acknowledge their greeting and offer assistance. Let me make sure my response is friendly and
|
| 46 |
+
open-ended. Maybe something like, "Hello! How can I assist you today?" That sounds good. I should keep it simple and inviting.
|
| 47 |
+
</think>
|
| 48 |
+
|
| 49 |
+
Hello! How can I assist you today? π
|
| 50 |
+
|
| 51 |
+
```
|
| 52 |
+
|
| 53 |
+
## chat-template
|
| 54 |
+
|
| 55 |
+
```bash
|
| 56 |
+
|
| 57 |
+
{%- if tools %}
|
| 58 |
+
{{- '<|im_start|>system\n' }}
|
| 59 |
+
{%- if messages[0].role == 'system' %}
|
| 60 |
+
{{- messages[0].content + '\n\n' }}
|
| 61 |
+
{%- endif %}
|
| 62 |
+
{{- "# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
|
| 63 |
+
{%- for tool in tools %}
|
| 64 |
+
{{- "\n" }}
|
| 65 |
+
{{- tool | tojson }}
|
| 66 |
+
{%- endfor %}
|
| 67 |
+
{{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
|
| 68 |
+
{%- else %}
|
| 69 |
+
{%- if messages[0].role == 'system' %}
|
| 70 |
+
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
|
| 71 |
+
{%- endif %}
|
| 72 |
+
{%- endif %}
|
| 73 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
| 74 |
+
{%- for message in messages[::-1] %}
|
| 75 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
| 76 |
+
{%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
|
| 77 |
+
{%- set ns.multi_step_tool = false %}
|
| 78 |
+
{%- set ns.last_query_index = index %}
|
| 79 |
+
{%- endif %}
|
| 80 |
+
{%- endfor %}
|
| 81 |
+
{%- for message in messages %}
|
| 82 |
+
{%- if message.content is string %}
|
| 83 |
+
{%- set content = message.content %}
|
| 84 |
+
{%- else %}
|
| 85 |
+
{%- set content = '' %}
|
| 86 |
+
{%- endif %}
|
| 87 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
|
| 88 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
| 89 |
+
{%- elif message.role == "assistant" %}
|
| 90 |
+
{%- set reasoning_content = '' %}
|
| 91 |
+
{%- if message.reasoning_content is string %}
|
| 92 |
+
{%- set reasoning_content = message.reasoning_content %}
|
| 93 |
+
{%- else %}
|
| 94 |
+
{%- if '</think>' in content %}
|
| 95 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
| 96 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
| 97 |
+
{%- endif %}
|
| 98 |
+
{%- endif %}
|
| 99 |
+
{%- if loop.index0 > ns.last_query_index %}
|
| 100 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
| 101 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
| 102 |
+
{%- else %}
|
| 103 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 104 |
+
{%- endif %}
|
| 105 |
+
{%- else %}
|
| 106 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 107 |
+
{%- endif %}
|
| 108 |
+
{%- if message.tool_calls %}
|
| 109 |
+
{%- for tool_call in message.tool_calls %}
|
| 110 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
| 111 |
+
{{- '\n' }}
|
| 112 |
+
{%- endif %}
|
| 113 |
+
{%- if tool_call.function %}
|
| 114 |
+
{%- set tool_call = tool_call.function %}
|
| 115 |
+
{%- endif %}
|
| 116 |
+
{{- '<tool_call>\n{"name": "' }}
|
| 117 |
+
{{- tool_call.name }}
|
| 118 |
+
{{- '", "arguments": ' }}
|
| 119 |
+
{%- if tool_call.arguments is string %}
|
| 120 |
+
{{- tool_call.arguments }}
|
| 121 |
+
{%- else %}
|
| 122 |
+
{{- tool_call.arguments | tojson }}
|
| 123 |
+
{%- endif %}
|
| 124 |
+
{{- '}\n</tool_call>' }}
|
| 125 |
+
{%- endfor %}
|
| 126 |
+
{%- endif %}
|
| 127 |
+
{{- '<|im_end|>\n' }}
|
| 128 |
+
{%- elif message.role == "tool" %}
|
| 129 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
| 130 |
+
{{- '<|im_start|>user' }}
|
| 131 |
+
{%- endif %}
|
| 132 |
+
{{- '\n<tool_response>\n' }}
|
| 133 |
+
{{- content }}
|
| 134 |
+
{{- '\n</tool_response>' }}
|
| 135 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 136 |
+
{{- '<|im_end|>\n' }}
|
| 137 |
+
{%- endif %}
|
| 138 |
+
{%- endif %}
|
| 139 |
+
{%- endfor %}
|
| 140 |
+
{%- if add_generation_prompt %}
|
| 141 |
+
{{- '<|im_start|>assistant\n' }}
|
| 142 |
+
{%- if enable_thinking is defined and enable_thinking is false %}
|
| 143 |
+
{{- '<think>\n\n</think>\n\n' }}
|
| 144 |
+
{%- endif %}
|
| 145 |
+
{%- endif %}
|
| 146 |
+
|
| 147 |
+
```
|
| 148 |
+
|
| 149 |
## Use with llama.cpp
|
| 150 |
Install llama.cpp through brew (works on Mac and Linux)
|
| 151 |
|