How to use from
llama.cppInstall from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf actionpace/Huginn-19b-prototype:# Run inference directly in the terminal:
llama-cli -hf actionpace/Huginn-19b-prototype: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 actionpace/Huginn-19b-prototype:# Run inference directly in the terminal:
./llama-cli -hf actionpace/Huginn-19b-prototype: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 actionpace/Huginn-19b-prototype:# Run inference directly in the terminal:
./build/bin/llama-cli -hf actionpace/Huginn-19b-prototype:Use Docker
docker model run hf.co/actionpace/Huginn-19b-prototype:Quick Links
Some of my own quants:
- Huginn-19b-prototype_Q3_K_L.gguf
- Huginn-19b-prototype_Q3_K_M.gguf
- Huginn-19b-prototype_Q3_K_S.gguf
- Huginn-19b-prototype_Q4_1.gguf
- Huginn-19b-prototype_Q4_K_M.gguf
- Huginn-19b-prototype_Q4_K_S.gguf
- Huginn-19b-prototype_Q5_1.gguf
Source: The-Face-Of-Goonery
Source Model: Huginn-19b-prototype
Source models for The-Face-Of-Goonery/Huginn-19b-prototype (Merge)
- Downloads last month
- 95
Hardware compatibility
Log In to add your hardware
3-bit
4-bit
5-bit
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support
Install from brew
# Start a local OpenAI-compatible server with a web UI: llama-server -hf actionpace/Huginn-19b-prototype:# Run inference directly in the terminal: llama-cli -hf actionpace/Huginn-19b-prototype: