Files
vllm/docs/models/extensions/fastsafetensor.md
Andrew Bennett f243abc92d Fix various typos found in docs (#32212)
Signed-off-by: Andrew Bennett <potatosaladx@meta.com>
2026-01-13 03:41:47 +00:00

414 B

Loading model weights with fastsafetensors

Using fastsafetensors library enables loading model weights to GPU memory by leveraging GPU direct storage. See their GitHub repository for more details.

To enable this feature, use the --load-format fastsafetensors command-line argument