Refactor requirements
This commit is contained in:
parent
68fef6243c
commit
f78fe3d774
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -1156,8 +1156,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Install PyTorch tests requirements
|
- name: Install PyTorch tests requirements
|
||||||
run: |
|
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.txt
|
||||||
python3 -m pip install -r ${MODEL_HUB_TESTS_INSTALL_DIR}/torch_tests/requirements_secondary.txt
|
|
||||||
echo "Available storage:"
|
echo "Available storage:"
|
||||||
df -h
|
df -h
|
||||||
env:
|
env:
|
||||||
|
@ -14,3 +14,5 @@ pyctcdecode
|
|||||||
protobuf
|
protobuf
|
||||||
soundfile
|
soundfile
|
||||||
pandas
|
pandas
|
||||||
|
git+https://github.com/facebookresearch/detectron2.git@1a4df4d954089534daebbd7a0a45f08ece87056e
|
||||||
|
natten
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
-c ../../constraints.txt
|
|
||||||
# This file contains requirements dependednt from modules in requirements.txt
|
|
||||||
# get immutable commit to be able to use pip cache
|
|
||||||
git+https://github.com/facebookresearch/detectron2.git@1a4df4d954089534daebbd7a0a45f08ece87056e
|
|
||||||
natten
|
|
Loading…
Reference in New Issue
Block a user