How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "abcsnoobai/Ornith-1.0-9B-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": "abcsnoobai/Ornith-1.0-9B-GGUF",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/abcsnoobai/Ornith-1.0-9B-GGUF:
Quick Links

Abc's Noob AI

Description: this model is a quantized version of Ornith 1.0.

Base Model: ornith-ai/Ornith-1.0-9B


Quantized Versions

Quantization File Size
Q8_0 9.53 GB
Q6_K 7.36 GB
Q5_K_M 6.47 GB
Q4_K_M 5.63 GB
Downloads last month
429
GGUF
Model size
9B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

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 abcsnoobai/Ornith-1.0-9B-GGUF

Quantized
(101)
this model