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

ArtusDev/swiss-ai_Apertus-70B-Instruct-2509-EXL3

EXL3 quants of swiss-ai/Apertus-70B-Instruct-2509 using exllamav3 for quantization.

How to Download and Use Quants

You can download quants by targeting specific size using the Hugging Face CLI.

Click for download commands
1. Install huggingface-cli:
pip install -U "huggingface_hub[cli]"
2. Download a specific quant:
huggingface-cli download ArtusDev/swiss-ai_Apertus-70B-Instruct-2509-EXL3 --revision "5.0bpw_H6" --local-dir ./

EXL3 quants can be run with any inference client that supports EXL3, such as TabbyAPI. Refer to documentation for set up instructions.

Quant Requests

See EXL community hub for request guidelines.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ArtusDev/swiss-ai_Apertus-70B-Instruct-2509-EXL3

Quantized
(12)
this model