Views
No views yet
| Checkpoint | Size | Compression |
|---|---|---|
| BF16 (original) | ~16 GiB | 1.0x |
| FP8 (this repo) | ~11 GiB | ~1.5x |
| NVFP4 (onprem-ai/Apertus-v1.5-8B-NVFP4) | ~8 GiB | ~2.0x |
ghcr.io/swiss-ai/vllm_apertus_1.5_release image.
The build recipe and patched Dockerfile are available at
github.com/swiss-ai/model-launch/tree/main/images/vllm_apertus_1.5.1# Download the checkpoint
2huggingface-cli download onprem-ai/Apertus-v1.5-8B-FP8 \
3 --local-dir ./apertus-v1.5-8b-fp8
4
5# Serve it
6docker run --gpus all -v ./apertus-v1.5-8b-fp8:/model \
7 ghcr.io/swiss-ai/vllm_apertus_1.5_release:latest-amd64 \
8 --model /model \
9 --served-model-name apertus-v1.5-8b \
10 --host 0.0.0.0 --port 8080 \
11 --dtype auto \
12 --chat-template /model/chat_template.jinja \
13 --tool-call-parser apertus --enable-auto-tool-choice \
14 --reasoning-parser apertusllm-compressor 0.12.0:scheme: FP8_DYNAMIC
targets: Linear
ignore: lm_head, model.language_model.embed_tokens, model.embed_tokens,
re:.*vision_tokenizer.*, re:.*audio_tokenizer.*compressed-tensors checkpoints.ghcr.io/swiss-ai/vllm_apertus_1.5_release
image or build from upstream PR #50496.