How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "ModelCloud/Marin-32B-Base-GPTQMODEL-W4A16"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "ModelCloud/Marin-32B-Base-GPTQMODEL-W4A16",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/ModelCloud/Marin-32B-Base-GPTQMODEL-W4A16
Quick Links

This 4bit W4A16 model has been quantized by @Qubitum at ModelCloud using GPT-QModel.

SPDX-License-Identifier: NonCommercial-ModelCloud
Copyright (c) 2024–2025 ModelCloud.ai
Released for non-profit use only.
Commercial use requires permission from [@qubitium](https://x.com/qubitium).
| Metric                         |   Marin  |
|--------------------------------|----------|
| arc_challenge :: acc,none      |   0.5725 |
| arc_challenge :: acc_norm,none |   0.6007 |
| mmlu_stem :: acc,none          |   0.667  |
Downloads last month
7
Safetensors
Model size
33B params
Tensor type
BF16
·
I32
·
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ModelCloud/Marin-32B-Base-GPTQMODEL-W4A16

Quantized
(6)
this model

Collection including ModelCloud/Marin-32B-Base-GPTQMODEL-W4A16