Skip to content

Commit

Permalink
Remove torch pins from SHARK cross-project CI workflow. (nod-ai#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet authored May 28, 2024
1 parent f919efe commit 815c857
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test_shark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,4 @@ jobs:
sed -i 's/SHARK-Turbine#/SHARK-Turbine.git@${{github.sha}}#/g' requirements.txt
pip install -r requirements.txt --no-cache-dir
pip install -e .
pip uninstall -y torch
pip install torch==2.1.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
pip uninstall -y mpmath
pip install mpmath==1.3.0
python apps/shark_studio/tests/api_test.py

0 comments on commit 815c857

Please sign in to comment.