-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
54d2c75
commit 8fc6ce5
Showing
11 changed files
with
35 additions
and
35 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,3 +1,3 @@ | ||
mlflow | ||
scikit-learn==1.2.2 | ||
scikit-learn>=1.5.0 | ||
xlrd==2.0.1 |
8 changes: 4 additions & 4 deletions
8
datasets/cloud_data_connector/samples/interoperability/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,6 +1,6 @@ | ||
build==0.10.0 | ||
mlflow | ||
scikit-learn==1.2.2 | ||
xlrd==2.0.1 | ||
pandas-gbq==0.19.1 | ||
notebook==6.5.4 | ||
build==0.10.0 | ||
pandas-gbq==0.19.1 | ||
scikit-learn>=1.5.0 | ||
xlrd==2.0.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
2 changes: 1 addition & 1 deletion
2
models/language_modeling/pytorch/bert_large/inference/gpu/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,2 @@ | ||
tensorboardX | ||
transformers==4.36.0 # fixed for Snyk scans to avoid vulnerability | ||
transformers==4.38.0 |
10 changes: 5 additions & 5 deletions
10
models/language_modeling/pytorch/rnnt/inference/cpu/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,11 +1,11 @@ | ||
pandas | ||
tqdm==4.31.1 | ||
ascii-graph==1.5.1 | ||
wrapt==1.10.11 | ||
ipdb | ||
librosa | ||
toml | ||
pandas | ||
soundfile | ||
ipdb | ||
sox | ||
tensorboard==2.0.0 | ||
toml | ||
tqdm==4.66.3 | ||
wheel==0.38.0 # Included this to avoid a vulnerability | ||
wrapt==1.10.11 |
12 changes: 6 additions & 6 deletions
12
models/language_modeling/pytorch/rnnt/training/cpu/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,11 +1,11 @@ | ||
pandas | ||
tqdm==4.41.0 | ||
ascii-graph==1.5.1 | ||
wrapt==1.10.11 | ||
ipdb | ||
librosa | ||
toml | ||
pandas | ||
soundfile | ||
ipdb | ||
sox | ||
tensorboard==2.0.0 | ||
wheel==0.38.0 # Included this to avoid a vulnerability | ||
toml | ||
tqdm==4.66.3 | ||
wheel==0.38.0 # upgraded to avoid a vulnerability | ||
wrapt==1.10.11 |
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,2 @@ | ||
transformers==4.36.2 | ||
tensorboardX | ||
transformers==4.38.0 |
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,6 +1,6 @@ | ||
transformers==4.36.0 | ||
gitpython==3.1.41 | ||
tensorboard>=1.14.0 | ||
tensorboardX==1.8 | ||
psutil==5.6.6 | ||
scipy>=1.4.1 | ||
tensorboard>=1.14.0 | ||
tensorboardX==1.8 | ||
transformers==4.38.0 |
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,6 +1,6 @@ | ||
future | ||
numpy | ||
scikit-learn>=1.5.0 | ||
torch | ||
wheel==0.38.0 # Included this to avoid a vulnerability | ||
scikit-learn | ||
tqdm | ||
wheel==0.38.0 # upgraded to avoid a vulnerability |
10 changes: 5 additions & 5 deletions
10
quickstart/recommendation/pytorch/memrec_dlrm/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,10 +1,10 @@ | ||
future==0.18.3 | ||
numpy==1.26.0 | ||
onnx==1.15.0 #Upgraded to avoid vulnerability | ||
onnx==1.16.0 #Upgraded to avoid vulnerability | ||
pydot==1.4.2 | ||
scikit-learn==1.5.0 | ||
tensorboard==2.14.0 | ||
torch==2.0.1 | ||
torchviz==0.0.2 | ||
scikit-learn==1.3.0 | ||
tqdm==4.66.1 | ||
tensorboard==2.14.0 | ||
wheel==0.38.1 | ||
tqdm==4.66.3 | ||
wheel==0.38.1 # upgraded to avoid a vulnerability |