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

Felladrin/Llama-68M-Chat-v1-GGUF

Quantized GGUF model files for Llama-68M-Chat-v1 from Felladrin

Name Quant method Size
llama-68m-chat-v1.fp16.gguf fp16 136.79 MB
llama-68m-chat-v1.q2_k.gguf q2_k 35.88 MB
llama-68m-chat-v1.q3_k_m.gguf q3_k_m 40.66 MB
llama-68m-chat-v1.q4_k_m.gguf q4_k_m 46.10 MB
llama-68m-chat-v1.q5_k_m.gguf q5_k_m 51.16 MB
llama-68m-chat-v1.q6_k.gguf q6_k 56.54 MB
llama-68m-chat-v1.q8_0.gguf q8_0 73.02 MB

Original Model Card:

A Llama Chat Model of 68M Parameters

Recommended Prompt Format

<|im_start|>system
{system_message}<|im_end|>
<|im_start|>user
{user_message}<|im_end|>
<|im_start|>assistant

Recommended Inference Parameters

penalty_alpha: 0.5
top_k: 4
Downloads last month
170
GGUF
Model size
68M params
Architecture
llama
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/Llama-68M-Chat-v1-GGUF

Quantized
(5)
this model

Datasets used to train afrideva/Llama-68M-Chat-v1-GGUF