forked from nv-morpheus/Morpheus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to pytorch 2.0.1 conda package (nv-morpheus#1015)
- Update docker containers and conda recipe/environments to install pytorch 2.0.1 conda package - Also update torch version for training-tuning scripts/notebooks Closes nv-morpheus#1008 Authors: - Eli Fajardo (https://github.com/efajardo-nv) Approvers: - Michael Demoret (https://github.com/mdemoret-nv) URL: nv-morpheus#1015
- Loading branch information
1 parent
99134c7
commit f71b570
Showing
13 changed files
with
64 additions
and
133 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
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
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
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
1 change: 1 addition & 0 deletions
1
models/training-tuning-scripts/log-parsing-models/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 @@ | ||
onnx=1.14.0 | ||
seqeval==1.2.2 | ||
transformers==4.22.2 |
1 change: 1 addition & 0 deletions
1
models/training-tuning-scripts/phishing-models/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,5 +1,6 @@ | ||
numpy==1.22.4 | ||
pandas==1.3.5 | ||
onnx=1.14.0 | ||
scikit_learn==1.1.3 | ||
tqdm==4.64.1 | ||
transformers==4.24.0 |
1 change: 1 addition & 0 deletions
1
models/training-tuning-scripts/root-cause-models/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 @@ | ||
numpy==1.22.4 | ||
onnx==1.14.0 | ||
pandas==1.3.5 | ||
scikit_learn==1.1.3 | ||
tqdm==4.64.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 |
---|---|---|
|
@@ -6,4 +6,4 @@ matplotlib==3.4.2 | |
numpy==1.22.0 | ||
pandas==1.0.1 | ||
scikit_learn==1.0.2 | ||
torch==1.13.1+cu116 | ||
torch==2.0.1+cu118 |
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 |
---|---|---|
|
@@ -2,4 +2,4 @@ cudf==22.8.1 | |
numpy==1.22.4 | ||
onnxruntime==1.13.1 | ||
scipy==1.9.1 | ||
torch==1.13.1+cu116 | ||
torch==2.0.1+cu118 |
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 |
---|---|---|
|
@@ -2,4 +2,4 @@ cudf==22.8.1 | |
numpy==1.22.4 | ||
onnxruntime==1.13.1 | ||
scipy==1.9.1 | ||
torch==1.13.1+cu116 | ||
torch==2.0.1+cu118 |
Oops, something went wrong.