Skip to content

Commit

Permalink
Refactor requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mvafin committed Oct 4, 2023
1 parent 68fef62 commit f78fe3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1156,8 +1156,8 @@ jobs:

- name: Install PyTorch tests requirements
run: |
python3 -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
python3 -m pip install -r ${MODEL_HUB_TESTS_INSTALL_DIR}/torch_tests/requirements.txt
python3 -m pip install -r ${MODEL_HUB_TESTS_INSTALL_DIR}/torch_tests/requirements_secondary.txt
echo "Available storage:"
df -h
env:
Expand Down
2 changes: 2 additions & 0 deletions tests/model_hub_tests/torch_tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ pyctcdecode
protobuf
soundfile
pandas
git+https://github.com/facebookresearch/detectron2.git@1a4df4d954089534daebbd7a0a45f08ece87056e
natten
5 changes: 0 additions & 5 deletions tests/model_hub_tests/torch_tests/requirements_secondary.txt

This file was deleted.

0 comments on commit f78fe3d

Please sign in to comment.