Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
upgrade deps to fix torch six bug (#329)
Browse files Browse the repository at this point in the history
* update dependencies for mnist and pneumonia to pytorch 2.0 to avoid _six bug

---------

Co-authored-by: Jeff Omhover <[email protected]>
Co-authored-by: Thomas <[email protected]>
Co-authored-by: thomasp-ms <[email protected]>
Co-authored-by: unknown <[email protected]>
Co-authored-by: Amit Garg <[email protected]>
  • Loading branch information
6 people authored Apr 5, 2023
1 parent d2bd683 commit c024b67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/components/MNIST/traininsilo/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ channels:
dependencies:
- python=3.8
- pip=22.3.1
- pytorch=1.13.1
- torchvision=0.14.1
- pytorch=2.0.0
- pytorch-cuda=11.6
- pip:
- azureml-mlflow==1.48.0
- pandas==1.5.2
- opacus==1.3.0
- tqdm==4.64.1
- torchvision==0.15.1
4 changes: 2 additions & 2 deletions examples/components/PNEUMONIA/traininsilo/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ channels:
dependencies:
- python=3.8
- pip=22.3.1
- pytorch=1.13.1
- torchvision=0.13.1
- pytorch=2.0.0
- pytorch-cuda=11.6
- pip:
- azureml-mlflow==1.48.0
- opacus==1.3.0
- tqdm==4.64.1
- torchvision==0.15.1

0 comments on commit c024b67

Please sign in to comment.