This repository hosts custom Python package indices for fastsafetensors.
Install fastsafetensors with ROCm support:
pip install fastsafetensors --index-url https://embeddedllm.github.io/fastsafetensors-rocm/rocm/simple/
Install fastsafetensors with CUDA support:
pip install fastsafetensors --index-url https://embeddedllm.github.io/fastsafetensors-rocm/cuda/simple/
This ensures pip install works completely offline from PyPI with just this index.
See the main branch’s PUBLISHING.md for publishing instructions.