install_dependencies.sh 220 Bytes
Newer Older
Gao, Xiang's avatar
Gao, Xiang committed
1
2
3
#!/bin/bash

python -m pip install --upgrade pip
Gao, Xiang's avatar
Gao, Xiang committed
4
pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
5
pip install tqdm ase tensorboardX pyyaml
Gao, Xiang's avatar
Gao, Xiang committed
6
pip install pytorch-ignite --no-deps