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 afrideva/Echo-3B-GGUF:
# Run inference directly in the terminal:
llama-cli -hf afrideva/Echo-3B-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf afrideva/Echo-3B-GGUF:
# Run inference directly in the terminal:
llama-cli -hf afrideva/Echo-3B-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 afrideva/Echo-3B-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf afrideva/Echo-3B-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 afrideva/Echo-3B-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf afrideva/Echo-3B-GGUF:
Use Docker
docker model run hf.co/afrideva/Echo-3B-GGUF:
Quick Links

euclaise/Echo-3B-GGUF

Quantized GGUF model files for Echo-3B from euclaise

Name Quant method Size
echo-3b.fp16.gguf fp16 5.59 GB
echo-3b.q2_k.gguf q2_k 1.20 GB
echo-3b.q3_k_m.gguf q3_k_m 1.39 GB
echo-3b.q4_k_m.gguf q4_k_m 1.71 GB
echo-3b.q5_k_m.gguf q5_k_m 1.99 GB
echo-3b.q6_k.gguf q6_k 2.30 GB
echo-3b.q8_0.gguf q8_0 2.97 GB

Original Model Card:

Downloads last month
290
GGUF
Model size
3B params
Architecture
stablelm
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

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

Model tree for afrideva/Echo-3B-GGUF

Base model

euclaise/Echo-3B
Quantized
(1)
this model

Datasets used to train afrideva/Echo-3B-GGUF