Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 502 Bytes

INSTALL.md

File metadata and controls

26 lines (18 loc) · 502 Bytes

Installation

Requirements

  • Linux or macOS with Python ≥ 3.6.
  • PyTorch ≥ 1.8.0 is recommended.

Build TorchShard from Source

python -m pip install 'git+https://github.com/KaiyuYue/torchshard.git'
# (add --user if you don't have permission)

# Or, to install it from a local clone:
git clone https://github.com/KaiyuYue/torchshard.git
python -m pip install -e torchshard

# clean
rm -fr ./build ./torchshard.egg-info

Install from PyPi

pip install torchshard