How to use from
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 artificialguybr/LLAMA-3.2-1B-OpenHermes2.5-gguf:
# Run inference directly in the terminal:
llama cli -hf artificialguybr/LLAMA-3.2-1B-OpenHermes2.5-gguf:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf artificialguybr/LLAMA-3.2-1B-OpenHermes2.5-gguf:
# Run inference directly in the terminal:
llama cli -hf artificialguybr/LLAMA-3.2-1B-OpenHermes2.5-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 artificialguybr/LLAMA-3.2-1B-OpenHermes2.5-gguf:
# Run inference directly in the terminal:
./llama-cli -hf artificialguybr/LLAMA-3.2-1B-OpenHermes2.5-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 artificialguybr/LLAMA-3.2-1B-OpenHermes2.5-gguf:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf artificialguybr/LLAMA-3.2-1B-OpenHermes2.5-gguf:
Use Docker
docker model run hf.co/artificialguybr/LLAMA-3.2-1B-OpenHermes2.5-gguf:
Quick Links

About


🌐 Website

You can find more of my models, projects, and information on my official website:

🚀 Prompt Hub

Need high-quality prompts for image models and LLMs? Explore findgoodprompt.com.

💖 Support My Work

If you find this model useful, please consider supporting my work. It helps me cover server costs and dedicate more time to new open-source projects.

Quantization for: https://huggingface.co/artificialguybr/LLAMA-3.2-1B-OpenHermes2.5/

How to use

If you are unsure how to use GGUF files, look at the TheBloke READMEs for more details, including on how to concatenate multi-part files.

Explore More

Discover more of my models, projects, and practical AI resources:

  • AI tools directory: JustGoodAI — a curated directory of useful AI tools.
Downloads last month
315
GGUF
Model size
1B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

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

Model tree for artificialguybr/LLAMA-3.2-1B-OpenHermes2.5-gguf

Quantized
(2)
this model

Dataset used to train artificialguybr/LLAMA-3.2-1B-OpenHermes2.5-gguf