Skip to content

Commit 3ffe389

Browse files
fix README
Signed-off-by: Takeshi Yoshimura <tyos@jp.ibm.com>
1 parent f746413 commit 3ffe389

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ fastsafetensors
33

44
fastsafetensors is an efficient safetensors loader. If you develop your own code that loads large safetensors files, you can try fastsafetensors APIs (see [docs](./docs/overview.md)). For example, vLLM and SGLang have `--load-format fastsafetensors` command-line argument to speed up their initialization.
55

6-
This library supports Linux/CUDA, ROCm without GDS, Windows, [3FS](https://github.com/deepseek-ai/3fs), and unified-memory systems such as DGX Spark. Our CI tests Python 3.10-3.14 with PyTorch 2.11.0.
6+
This library supports Linux/CUDA, ROCm without GDS, Windows, [3FS](https://github.com/deepseek-ai/3fs), unified-memory systems such as DGX Spark, and so on. We welcome more platform/storage-specific optimizations like them by adding new [copier backends](fastsafetensors/copier/). Our CI tests Python 3.10-3.14 with PyTorch 2.11.0.
77

88
# Performance Highlights
99

0 commit comments

Comments
 (0)