install_dependencies.sh 213 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
5
6
pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
pip install tqdm ase tensorboardX
pip install pytorch-ignite --no-deps