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

GLM-4 with hopefully fixed context and some Alpaca eval maxxing. This checkpoint is SFT only and I'm planning to do APO, but still need to gen ~10K responses for training and finish up my anti-rep preference dataset.

32K context requires only 2GB VRAM, so you can fit Q4_K_M + 32k context on a single 24GB GPU, best in class for 32B dense models.

Chat Template:

GLM-4.1

Major Thanks

Thudm for the excellent GLM-4 Base

nyu-dice-lab for WildChat-50M

AI2 for the Tulu dataset

Downloads last month
5
Safetensors
Model size
33B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with ConicCat/GL-Marvin-32k-32B.

Model tree for ConicCat/GL-Marvin-32k-32B

Finetuned
(2)
this model
Quantizations
4 models

Datasets used to train ConicCat/GL-Marvin-32k-32B