Views
No views yet
cjnielson44/gpt-oss-20b-oQ4 is an Apple Silicon / oMLX-ready MLX checkpoint for GPT-OSS 20B. It was produced with oMLX oQ4 quantization and published for local inference through oMLX.openai/gpt-oss-20b, downloaded locally without the extra original/ and metal/ artifacts.group_size: 64.bfloat16.mode: mxfp4, bits: 4, group_size: 32 for oMLX/MLX loading.1hf download cjnielson44/gpt-oss-20b-oQ4 \
2 --local-dir ~/.omlx/models/cjnielson44/gpt-oss-20b-oQ4gpt-oss-20b-oQ41curl http://127.0.0.1:8000/v1/chat/completions \
2 -H "Content-Type: application/json" \
3 -H "Authorization: Bearer $OMLX_API_KEY" \
4 -d '{
5 "model": "gpt-oss-20b-oQ4",
6 "messages": [{"role": "user", "content": "Write a short note about Apple Silicon inference."}],
7 "max_tokens": 128
8 }'~/.omlx/models/cjnielson44/ after quantization. The source repo and target Hub repo were checked before generation so this upload does not overwrite an existing cjnielson44 20B oQ variant.openai/gpt-oss-20b.