install_dependencies.sh 179 Bytes
Newer Older
1
2
#!/bin/bash

3
pip install --upgrade pip
4
pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
5
pip install -r test_requirements.txt