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

LeLM-GGUF

GGUF quantization of KenWu/LeLM, an NBA take analysis model fine-tuned on Qwen3-8B.

Available Quantizations

File Quant Size Description
LeLM-Q4_K_M.gguf Q4_K_M 4.7 GB Best balance of quality and size

Usage with Ollama

Create a Modelfile:

FROM ./LeLM-Q4_K_M.gguf

PARAMETER temperature 0.7
PARAMETER top_p 0.9

SYSTEM You are LeLM, an expert NBA analyst. Fact-check basketball takes using real statistics. Be direct, witty, and back everything with numbers.

Then run:

ollama create lelm -f Modelfile
ollama run lelm "Fact check: LeBron is washed"

Usage with llama.cpp

llama-cli -m LeLM-Q4_K_M.gguf -p "Fact check this NBA take: Steph Curry is the GOAT" -n 512

Model Details

  • Base model: Qwen3-8B
  • Fine-tuning: LoRA (r=64, alpha=128) with SFT on NBA take analysis data
  • Training: 3 epochs, 915 steps, final loss 0.288
  • LoRA adapter: KenWu/LeLM

Part of LeGM-Lab

This model powers LeGM-Lab, an LLM-powered NBA take analysis and roasting bot.

Downloads last month
25
GGUF
Model size
8B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for KenWu/LeLM-GGUF

Finetuned
Qwen/Qwen3-8B
Quantized
(341)
this model