Views
No views yet
Darkknight535/Void-Citrus-L3.3-70Bxensive/roleplaydataset100k (512 samples, max 4096 tokens).Notes:lm_headand multimodal projection layers kept in high precision. GB10 Blackwell has native MX format hardware support per the OCP Microscaling spec. Older architectures will dequantize to BF16 at inference time while still benefiting from reduced model size and bandwidth.
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-mxfp4 \
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-mxfp4 \
4 --dtype auto \
5 --max-model-len 32768