Skip to content

Commit 4e53d29

Browse files
committed
try fix
1 parent aa861a5 commit 4e53d29

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.azure-pipelines/gpu-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
pip install fairscale>=0.3.4
5454
pip install "deepspeed>=0.4.3, !=0.4.4" # FIXME: bug with 0.4.4
5555
pip install . --requirement requirements/devel.txt
56+
pip uninstall protobuf
57+
pip install --no-binary=protobuf protobuf
5658
pip list
5759
displayName: 'Install dependencies'
5860

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ future>=0.17.1 # required for builtins in setup.py
66
tqdm>=4.41.0
77
PyYAML>=5.1
88
fsspec[http]>=2021.05.0, !=2021.06.0
9-
tensorboard>=2.2.0, !=2.5.0 # 2.5.0 GPU CI error: 'Couldn't build proto file into descriptor pool!'
9+
tensorboard==2.5.0
1010
torchmetrics>=0.4.1
1111
pyDeprecate==0.3.1
1212
packaging>=17.0

0 commit comments

Comments
 (0)