We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa861a5 commit 4e53d29Copy full SHA for 4e53d29
.azure-pipelines/gpu-tests.yml
@@ -53,6 +53,8 @@ jobs:
53
pip install fairscale>=0.3.4
54
pip install "deepspeed>=0.4.3, !=0.4.4" # FIXME: bug with 0.4.4
55
pip install . --requirement requirements/devel.txt
56
+ pip uninstall protobuf
57
+ pip install --no-binary=protobuf protobuf
58
pip list
59
displayName: 'Install dependencies'
60
requirements.txt
@@ -6,7 +6,7 @@ future>=0.17.1 # required for builtins in setup.py
6
tqdm>=4.41.0
7
PyYAML>=5.1
8
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!'
+tensorboard==2.5.0
10
torchmetrics>=0.4.1
11
pyDeprecate==0.3.1
12
packaging>=17.0
0 commit comments