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

Configuration Parsing Warning:In config.json: "quantization_config.bits" must be an integer

MidnightMiqu

Midnight-Miqu-103B-v1.5-exl2-3.5bpw-rpcal

This is a 3.5bpw EXL2 quant of FluffyKaeloky/Midnight-Miqu-103B-v1.5

The pippa file used for calibration is optimised for roleplay. The measurement file can be found in the files if you want to do your own quants.

Details about the model and the merge info can be found at the fp16 model link above.

Downloads last month
6
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support