Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf cortexso/hermes3:# Run inference directly in the terminal:
llama-cli -hf cortexso/hermes3: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 cortexso/hermes3:# Run inference directly in the terminal:
./llama-cli -hf cortexso/hermes3: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 cortexso/hermes3:# Run inference directly in the terminal:
./build/bin/llama-cli -hf cortexso/hermes3:Use Docker
docker model run hf.co/cortexso/hermes3:Overview
Nous Research developed and released the Hermes 3, a state-of-the-art instruction-tuned language model built on Llama-3.2-3B. This 3-billion parameter model is a fine-tuned version of Llama-3.2 and represents a leap forward in reasoning, multi-turn conversation, and structured outputs. It incorporates advanced role-playing capabilities, reliable function calling, and improved coherence over long contexts, making it a versatile assistant for various applications.
Hermes 3 was trained with high-quality data, leveraging fine-tuning techniques on H100 GPUs via LambdaLabs GPU Cloud. The model excels in both general-purpose and specialized tasks, including code generation, reasoning, and advanced conversational abilities. With support for ChatML prompt formatting, Hermes 3 ensures compatibility with OpenAI endpoints and facilitates structured, steerable interactions for end-users.
Variants
| No | Variant | Cortex CLI command |
|---|---|---|
| 1 | Hermes3-3b | cortex run hermes3:3b |
Use it with Jan (UI)
- Install Jan using Quickstart
- Use in Jan model Hub:
cortexso/hermes3
Use it with Cortex (CLI)
- Install Cortex using Quickstart
- Run the model with command:
cortex run hermes3
Credits
- Author: Nous Research
- Converter: Homebrew
- Original License: License
- Papers: Hermes 3 Technical Report
- Downloads last month
- 124
2-bit
3-bit
4-bit
5-bit
6-bit
8-bit
Install from brew
# Start a local OpenAI-compatible server with a web UI: llama-server -hf cortexso/hermes3:# Run inference directly in the terminal: llama-cli -hf cortexso/hermes3: