Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions PyTorch/SpeechSynthesis/FastPitch/triton/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
# limitations under the License.
networkx==2.5
numpy
onnx==1.8.0
onnx==1.21.0
onnxruntime==1.5.2
pycuda>=2019.1.2
PyYAML>=5.2
tqdm>=4.44.1
tqdm>=4.68.1
tabulate>=0.8.7
natsort>=7.0.0
# use tags instead of branch names - because there might be docker cache hit causing not fetching most recent changes on branch
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==1.3.0
onnx==1.5.0
torch==2.8.0
onnx==1.21.0
scipy==1.3.1
librosa==0.7.0
2 changes: 1 addition & 1 deletion TensorFlow/Recommendation/WideAndDeep/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
git+https://github.com/NVIDIA/dllogger@v1.0.0#egg=dllogger
ipdb==0.13.9
pyspark==3.1.3
pyspark==3.3.2
6 changes: 3 additions & 3 deletions TensorFlow2/Segmentation/nnUNet/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
git+https://github.com/NVIDIA/dllogger
git+https://github.com/NVIDIA/mlperf-common.git
nibabel==3.1.1
joblib==0.16.0
scikit-learn==0.23.2
joblib==1.2.0
scikit-learn==1.5.0
pynvml==8.0.4
fsspec==0.8.0
scikit-image==0.18.2
tqdm==4.62
tqdm==4.66.3
6 changes: 3 additions & 3 deletions Tools/PyTorch/TimeSeriesPredictionPlatform/requirements.txt
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ matplotlib==3.3.2
wget==3.2
hydra-core==1.1.1
pyunpack==0.2.2
py7zr==0.15.0
py7zr==0.20.2
patool==1.12
tensorboard
optuna
optuna-dashboard
mlflow==1.23.1
mlflow==3.11.1
pandas==1.4.3
tables
einops==0.4.0
opt-einsum==3.3.0
pykeops==1.5
gdown==4.7.1
gdown==5.2.2
xgboost==1.7.3
wandb
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ model_navigator[pyt] @ git+https://github.com/triton-inference-server/model_navi
natsort>=7.0.0
networkx==2.5
numpy
onnx>=1.8.0,<1.9.0
onnx>=1.21.0,<1.22.0
onnxruntime-gpu==1.8.1
pycuda>=2019.1.2
PyYAML>=5.2
tabulate>=0.8.7
tqdm>=4.44.1
tqdm>=4.68.1
Loading