How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf alexcovo/Hermes-2-Pro-Llama-3-8B-Q4_0-GGUF:Q4_0
# Run inference directly in the terminal:
llama-cli -hf alexcovo/Hermes-2-Pro-Llama-3-8B-Q4_0-GGUF:Q4_0
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf alexcovo/Hermes-2-Pro-Llama-3-8B-Q4_0-GGUF:Q4_0
# Run inference directly in the terminal:
llama-cli -hf alexcovo/Hermes-2-Pro-Llama-3-8B-Q4_0-GGUF:Q4_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 alexcovo/Hermes-2-Pro-Llama-3-8B-Q4_0-GGUF:Q4_0
# Run inference directly in the terminal:
./llama-cli -hf alexcovo/Hermes-2-Pro-Llama-3-8B-Q4_0-GGUF:Q4_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 alexcovo/Hermes-2-Pro-Llama-3-8B-Q4_0-GGUF:Q4_0
# Run inference directly in the terminal:
./build/bin/llama-cli -hf alexcovo/Hermes-2-Pro-Llama-3-8B-Q4_0-GGUF:Q4_0
Use Docker
docker model run hf.co/alexcovo/Hermes-2-Pro-Llama-3-8B-Q4_0-GGUF:Q4_0
Quick Links

alexcovo/Hermes-2-Pro-Llama-3-8B-Q4_0-GGUF

This model was converted to GGUF format from NousResearch/Hermes-2-Pro-Llama-3-8B using llama.cpp via the ggml.ai's GGUF-my-repo space. Refer to the original model card for more details on the model.

Use with llama.cpp

Install llama.cpp through brew.

brew install ggerganov/ggerganov/llama.cpp

Invoke the llama.cpp server or the CLI.

CLI:

llama-cli --hf-repo alexcovo/Hermes-2-Pro-Llama-3-8B-Q4_0-GGUF --model hermes-2-pro-llama-3-8b.Q4_0.gguf -p "The meaning to life and the universe is"

Server:

llama-server --hf-repo alexcovo/Hermes-2-Pro-Llama-3-8B-Q4_0-GGUF --model hermes-2-pro-llama-3-8b.Q4_0.gguf -c 2048

Note: You can also use this checkpoint directly through the usage steps listed in the Llama.cpp repo as well.

git clone https://github.com/ggerganov/llama.cpp &&             cd llama.cpp &&             make &&             ./main -m hermes-2-pro-llama-3-8b.Q4_0.gguf -n 128
Downloads last month
10
GGUF
Model size
8B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for alexcovo/Hermes-2-Pro-Llama-3-8B-Q4_0-GGUF

Quantized
(27)
this model

Dataset used to train alexcovo/Hermes-2-Pro-Llama-3-8B-Q4_0-GGUF