How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "prithivMLmods/Omega-Qwen3-Atom-8B-GGUF"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "prithivMLmods/Omega-Qwen3-Atom-8B-GGUF",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/prithivMLmods/Omega-Qwen3-Atom-8B-GGUF:
Quick Links

Omega-Qwen3-Atom-8B-GGUF

Omega-Qwen3-Atom-8B is a powerful 8B-parameter model fine-tuned on Qwen3-8B using the curated Open-Omega-Atom-1.5M dataset, optimized for math and science reasoning. It excels at symbolic processing, scientific problem-solving, and structured output generationโ€”making it a high-performance model for researchers, educators, and technical developers working in computational and analytical domains.

Model Files

File Name Size Precision
Omega-Qwen3-Atom-8B.f16.gguf 16.4 GB F16
Omega-Qwen3-Atom-8B.Q4_K_M.gguf 5.03 GB Q4_K_M
Omega-Qwen3-Atom-8B.Q4_K_S.gguf 4.8 GB Q4_K_S

Quants Usage

(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)

Here is a handy graph by ikawrakow comparing some lower-quality quant types (lower is better):

image.png

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

4-bit

16-bit

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

Model tree for prithivMLmods/Omega-Qwen3-Atom-8B-GGUF

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