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

Merge of Lumimaid and Magnum as requested by some. UPDATE : Magnum v4 used in this merge as asked here

I used the DELLA merge method in mergekit and added a finetune of Nemo only on Claude input, trained on 16k ctx, in the mix.

Prompt template: Mistral

<s>[INST] {input} [/INST] {output}</s>
Downloads last month
225
Safetensors
Model size
12B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with Undi95/Lumimaid-Magnum-v4-12B.

Model tree for Undi95/Lumimaid-Magnum-v4-12B