-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PyTorch and Torchvision version update (#1216)
* bumped torch and torchvision to latest Signed-off-by: yes <[email protected]> * dummy commit Signed-off-by: yes <[email protected]> * version updated for eden compression Signed-off-by: yes <[email protected]> * python version updated for eden compression Signed-off-by: yes <[email protected]> * python version updated for pki workflow Signed-off-by: yes <[email protected]> * code changes Signed-off-by: yes <[email protected]> * code changes Signed-off-by: yes <[email protected]> * revert python version for pki workflow Signed-off-by: yes <[email protected]> * requiremets updated Signed-off-by: yes <[email protected]> * dummy changes Signed-off-by: yes <[email protected]> * dummy changes Signed-off-by: yes <[email protected]> * revert chnages Signed-off-by: yes <[email protected]> * torch version updated Signed-off-by: yes <[email protected]> * monkey patch added Signed-off-by: yes <[email protected]> * python version update for eden pipeline Signed-off-by: yes <[email protected]> * changes for torch version 2.4.1 Signed-off-by: yes <[email protected]> * fix for distutils/core.py error Signed-off-by: yes <[email protected]> * fix for distutils/core.py error Signed-off-by: yes <[email protected]> * setupttool version 65.5.1 Signed-off-by: yes <[email protected]> * added setuptool import Signed-off-by: yes <[email protected]> * distutils error fix Signed-off-by: yes <[email protected]> * revert code Signed-off-by: yes <[email protected]> * revert code Signed-off-by: yes <[email protected]> * code changes Signed-off-by: yes <[email protected]> * formatting change Signed-off-by: yes <[email protected]> --------- Signed-off-by: yes <[email protected]>
- Loading branch information
Showing
11 changed files
with
31 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
torch==2.3.1 | ||
torchvision==0.18.1 | ||
setuptools>=65.5.1 | ||
torch==2.4.1 | ||
torchvision==0.19.1 |
5 changes: 3 additions & 2 deletions
5
openfl-workspace/torch_cnn_histology_fedcurv/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
torch==2.3.1 | ||
torchvision==0.18.1 | ||
setuptools>=65.5.1 | ||
torch==2.4.1 | ||
torchvision==0.19.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
torch==2.3.1 | ||
torchvision==0.18.1 | ||
setuptools>=65.5.1 | ||
torch==2.4.1 | ||
torchvision==0.19.1 |
5 changes: 3 additions & 2 deletions
5
openfl-workspace/torch_cnn_mnist_eden_compression/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
setuptools>=65.5.1 | ||
tensorboard | ||
torch==2.3.1 | ||
torchvision==0.18.1 | ||
torch==2.4.1 | ||
torchvision==0.19.1 | ||
wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
setuptools>=65.5.1 | ||
tensorboard | ||
torch==2.3.1 | ||
torchvision==0.18.1 | ||
torch==2.4.1 | ||
torchvision==0.19.1 | ||
wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability |
6 changes: 3 additions & 3 deletions
6
openfl-workspace/torch_cnn_mnist_straggler_check/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability | ||
rsa>=4.7 # not directly required, pinned by Snyk to avoid a vulnerability | ||
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability | ||
setuptools>=65.5.1 | ||
tensorboard | ||
torch==2.3.1 | ||
torchvision==0.18.1 | ||
torch==2.4.1 | ||
torchvision==0.19.1 | ||
wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Set your workspace's requirements here | ||
torch | ||
torchvision | ||
setuptools>=65.5.1 | ||
torch==2.4.1 | ||
torchvision==0.19.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
setuptools>=65.5.1 | ||
scikit-image==0.24.0 | ||
torch==2.3.1 | ||
torchvision==0.18.1 | ||
torch==2.4.1 | ||
torchvision==0.19.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters