How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "UlukaDev/qwen3.6-35b-a3b-mercury-2-bf16-merged"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "UlukaDev/qwen3.6-35b-a3b-mercury-2-bf16-merged",
		"messages": [
			{
				"role": "user",
				"content": [
					{
						"type": "text",
						"text": "Describe this image in one sentence."
					},
					{
						"type": "image_url",
						"image_url": {
							"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
						}
					}
				]
			}
		]
	}'
Use Docker
docker model run hf.co/UlukaDev/qwen3.6-35b-a3b-mercury-2-bf16-merged
Quick Links

Uluka Studio Mercury 2 BF16 Merged

Standalone merged BF16 checkpoint.

Source:

  • Base: Qwen/Qwen3.6-35B-A3B
  • Adapter: UlukaDev/qwen3p6-35b-a3b-uluka-mercury-2-lora
  • Fireworks job: accounts/agentuluka-eedcdlnt2/supervisedFineTuningJobs/nt590mk8

Notes:

  • This is the custom packed-MoE merge checkpoint.
  • This is not FP8.
  • Use this as the safe source checkpoint for later FP8 quantization.
Downloads last month
21
Safetensors
Model size
36B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for UlukaDev/qwen3.6-35b-a3b-mercury-2-bf16-merged

Finetuned
(176)
this model