Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -16,7 +16,7 @@ sentencepiece==0.1.99
|
|
16 |
ftfy==6.1.1
|
17 |
regex==2023.10.3
|
18 |
nltk==3.8.1
|
19 |
-
mpi4py==3.1.5
|
20 |
vision-datasets==0.2.2
|
21 |
cython==3.0.2
|
22 |
pycocotools==2.0.7
|
@@ -28,7 +28,7 @@ scikit-image==0.21.0
|
|
28 |
mup==1.0.0
|
29 |
accelerate==0.23.0
|
30 |
kornia==0.7.0
|
31 |
-
deepspeed==0.10.3
|
32 |
wandb==0.15.12
|
33 |
infinibatch==0.1.1
|
34 |
gradio==3.42.0
|
|
|
16 |
ftfy==6.1.1
|
17 |
regex==2023.10.3
|
18 |
nltk==3.8.1
|
19 |
+
# mpi4py==3.1.5 # Commented out as it requires system MPI libraries
|
20 |
vision-datasets==0.2.2
|
21 |
cython==3.0.2
|
22 |
pycocotools==2.0.7
|
|
|
28 |
mup==1.0.0
|
29 |
accelerate==0.23.0
|
30 |
kornia==0.7.0
|
31 |
+
# deepspeed==0.10.3 # Commented out as it depends on mpi4py
|
32 |
wandb==0.15.12
|
33 |
infinibatch==0.1.1
|
34 |
gradio==3.42.0
|