Skip to content

Commit

Permalink
install osfclient seperately
Browse files Browse the repository at this point in the history
  • Loading branch information
iishiishii committed Apr 2, 2024
1 parent 271ccce commit 78347d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/new-model-inference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install python3.10 python3.10-venv python-is-python3 -y
pip install osfclient torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip install osfclient
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip install -e .
osf --project u8tny fetch test_demo.tar
Expand Down

0 comments on commit 78347d6

Please sign in to comment.