mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-15 02:45:37 +08:00
7 lines
416 B
Markdown
7 lines
416 B
Markdown
Loading Model weights with fastsafetensors
|
|
===================================================================
|
|
|
|
Using fastsafetensors library enables loading model weights to GPU memory by leveraging GPU direct storage. See [their GitHub repository](https://github.com/foundation-model-stack/fastsafetensors) for more details.
|
|
|
|
To enable this feature, use the ``--load-format fastsafetensors`` command-line argument
|