How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "DanCanCos/Overthinking-Rustacean-Behemoth_MLX_8"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "DanCanCos/Overthinking-Rustacean-Behemoth_MLX_8",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/DanCanCos/Overthinking-Rustacean-Behemoth_MLX_8
Quick Links
  • 8bit MLX quant of Daemontatox/Overthinking-Rustacean-Behemoth
  • Created using mlx_lm v0.25.2
  • Uses corrected Qwen3 Jinja template to fix the "unable to parse template" error in LM Studio
Downloads last month
160
Safetensors
Model size
73B params
Tensor type
BF16
·
U32
·
MLX
Hardware compatibility
Log In to add your hardware

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for DanCanCos/Overthinking-Rustacean-Behemoth_MLX_8

Base model

Qwen/Qwen3-32B
Quantized
(5)
this model

Dataset used to train DanCanCos/Overthinking-Rustacean-Behemoth_MLX_8