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-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-12B",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/Undi95/Lumimaid-Magnum-12B
Quick Links

Merge of Lumimaid and Magnum as requested by some.

I used the new 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
12
Safetensors
Model size
12B params
Tensor type
BF16
Β·
Inference Providers NEW
Input a message to start chatting with Undi95/Lumimaid-Magnum-12B.

Model tree for Undi95/Lumimaid-Magnum-12B

Spaces using Undi95/Lumimaid-Magnum-12B 7