Skip to content

Commit

Permalink
Pinning protobuf version to <=3.20.1 for all the examples
Browse files Browse the repository at this point in the history
Signed-off-by: Shrinath Suresh <[email protected]>
  • Loading branch information
shrinath-suresh committed Jun 2, 2022
1 parent 4329992 commit 56793f9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions examples/hyperparam/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ dependencies:
- keras==2.3.1
- mlflow>=1.6
- hyperopt
- protobuf<=3.20.1 #Remove once PTL supports latest protobuf - https://github.com/PyTorchLightning/pytorch-lightning/issues/13212
1 change: 1 addition & 0 deletions examples/pytorch/AxHyperOptimizationPTL/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ dependencies:
- ax-platform
- torchvision>=0.9.1
- torch>=1.9.0
- protobuf<=3.20.1 #Remove once PTL supports latest protobuf - https://github.com/PyTorchLightning/pytorch-lightning/issues/13212
1 change: 1 addition & 0 deletions examples/pytorch/BertNewsClassification/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ dependencies:
- torchdata
- torchtext==0.12.0
- pytorch-lightning==1.6.1
- protobuf<=3.20.1 #Remove once PTL supports latest protobuf - https://github.com/PyTorchLightning/pytorch-lightning/issues/13212
3 changes: 2 additions & 1 deletion examples/pytorch/IterativePruning/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ dependencies:
- pytorch_lightning==1.6.1
- ax-platform
- prettytable
- torch>=1.9.0
- torch>=1.9.0
- protobuf<=3.20.1 #Remove once PTL supports latest protobuf - https://github.com/PyTorchLightning/pytorch-lightning/issues/13212
2 changes: 1 addition & 1 deletion examples/pytorch/MNIST/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dependencies:
- torchvision>=0.9.1
- torch>=1.9.0
- pytorch-lightning==1.6.1
- protobuf<=3.20.1
- protobuf<=3.20.1 #Remove once PTL supports latest protobuf - https://github.com/PyTorchLightning/pytorch-lightning/issues/13212
1 change: 1 addition & 0 deletions examples/pytorch/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ dependencies:
- torchvision==0.9.1
- mlflow>=1.0
- tensorboardX
- protobuf<=3.20.1 #Remove once PTL supports latest protobuf - https://github.com/PyTorchLightning/pytorch-lightning/issues/13212

0 comments on commit 56793f9

Please sign in to comment.