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

chatbench-distilgpt2

Model creator: microsoft
Original model: microsoft/chatbench-distilgpt2
GGUF quantization: provided by ysn-rfd using llama.cpp

Special thanks

๐Ÿ™ Special thanks to Georgi Gerganov and the whole team working on llama.cpp for making all of this possible.

Use with Ollama

ollama run "hf.co/ysn-rfd/OpenELM-3B-Instruct-GGUF:F16"

Use with LM Studio

lms load "ysn-rfd/OpenELM-3B-Instruct-GGUF"

Use with llama.cpp CLI

llama-cli --hf "ysn-rfd/OpenELM-3B-Instruct-GGUF:F16" -p "The meaning to life and the universe is"

Use with llama.cpp Server:

llama-server --hf "ysn-rfd/OpenELM-3B-Instruct-GGUF:F16" -c 4096
Downloads last month
54
GGUF
Model size
3B params
Architecture
openelm
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for ysn-rfd/OpenELM-3B-Instruct-GGUF

Quantized
(3)
this model