|
49 | 49 | python -m pip install -r requirements/backends.txt |
50 | 50 | python -m mim install "mmcv>=2.0.0rc1" |
51 | 51 | python -m mim install -r requirements/codebases.txt |
52 | | - python -m pip install -U numpy clip numba |
| 52 | + python -m pip install -U numpy clip numba transformers |
53 | 53 | python -m pip list |
54 | 54 | - name: Install mmyolo |
55 | 55 | run: | |
@@ -149,7 +149,7 @@ jobs: |
149 | 149 | python -m pip install -r requirements/backends.txt |
150 | 150 | python -m mim install "mmcv>=2.0.0rc1" |
151 | 151 | CFLAGS=$CFLAGS python -m mim install -r requirements/codebases.txt |
152 | | - python -m pip install -U pycuda numpy clip numba |
| 152 | + python -m pip install -U pycuda numpy clip numba transformers |
153 | 153 | python -m pip list |
154 | 154 | - name: Build and install |
155 | 155 | run: | |
@@ -194,7 +194,7 @@ jobs: |
194 | 194 | python -m pip install -r requirements/backends.txt |
195 | 195 | python -m mim install "mmcv>=2.0.0rc1" |
196 | 196 | python -m mim install -r requirements/codebases.txt |
197 | | - python -m pip install -U pycuda numpy clip numba |
| 197 | + python -m pip install -U pycuda numpy clip numba transformers |
198 | 198 | python -m pip list |
199 | 199 | - name: Build and install |
200 | 200 | run: | |
@@ -232,7 +232,7 @@ jobs: |
232 | 232 | apt update && apt install unzip |
233 | 233 | python3 -V |
234 | 234 | python3 -m pip install opencv-python==4.5.4.60 opencv-python-headless==4.5.4.60 opencv-contrib-python==4.5.4.60 |
235 | | - python3 -m pip install openmim numpy pycuda clip |
| 235 | + python3 -m pip install openmim numpy pycuda clip transformers |
236 | 236 | python3 -m pip install -r requirements.txt |
237 | 237 | python3 -m mim install $(cat requirements/codebases.txt | grep mmcls) |
238 | 238 | python3 -m pip list |
|
0 commit comments