Views
No views yet
Darkknight535/Void-Citrus-L3.3-70BNotes:lm_headand multimodal projection layers kept in high precision. Blackwell (GB10/B100/B200) has native FP8 hardware support. Hopper (H100/H200) also supports FP8 natively. Older architectures will fall back to BF16 compute while still benefiting from the reduced model size.
1sudo docker run --runtime nvidia --gpus all -p 8000:8000 --ipc=host \
2 vllm/vllm-openai:latest \
3 --model Firworks/Void-Citrus-L3.3-70B-fp8 \
4 --dtype auto \
5 --max-model-len 327681sudo docker run --gpus all --network host --ipc=host \
2 nvcr.io/nvidia/vllm:26.02-py3 \
3 vllm serve firworks/Void-Citrus-L3.3-70B-fp8 \
4 --dtype auto \
5 --max-model-len 32768