Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
23f1376
1
Parent(s):
4a69f28
Fix MPI library issue
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -3,8 +3,9 @@
|
|
| 3 |
# pip install torch==2.1.1 torchvision==0.16.1 --index-url https://download.pytorch.org/whl/cu118
|
| 4 |
# pip install mmcv==2.2.0 -f https://download.openmmlab.com/mmcv/dist/cu118/torch2.1/index.html
|
| 5 |
# gxx_linux-64
|
| 6 |
-
mmcv
|
| 7 |
mpi4py
|
|
|
|
| 8 |
matplotlib
|
| 9 |
huggingface_hub
|
| 10 |
opencv-python
|
|
|
|
| 3 |
# pip install torch==2.1.1 torchvision==0.16.1 --index-url https://download.pytorch.org/whl/cu118
|
| 4 |
# pip install mmcv==2.2.0 -f https://download.openmmlab.com/mmcv/dist/cu118/torch2.1/index.html
|
| 5 |
# gxx_linux-64
|
| 6 |
+
# mmcv
|
| 7 |
mpi4py
|
| 8 |
+
tensorboardX
|
| 9 |
matplotlib
|
| 10 |
huggingface_hub
|
| 11 |
opencv-python
|