We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aca6d1 commit 998df8cCopy full SHA for 998df8c
.github/workflows/merge_stage_test.yml
@@ -139,7 +139,7 @@ jobs:
139
run: |
140
apt-get update && apt-get install -y ffmpeg libsm6 libxext6 git ninja-build libglib2.0-0 libsm6 libxrender-dev libxext6
141
- name: Install PyTorch
142
- run: pip install torch==1.8.1+cpu torchvision==0.9.1+cpu -f https://download.pytorch.org/whl/lts/1.8/torch_lts.html
+ run: python -m pip install torch==1.8.1+cpu torchvision==0.9.1+cpu -f https://download.pytorch.org/whl/lts/1.8/torch_lts.html
143
- name: Install mmediting dependencies
144
145
pip install git+https://github.com/open-mmlab/mmengine.git@main
0 commit comments