Skip to content
Closed
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
2 changes: 1 addition & 1 deletion PyTorch/Classification/ConvNets/triton/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
networkx==2.5
onnx==1.8.0
onnx==1.21.0
onnxruntime==1.5.2
pycuda>=2019.1.2
PyYAML>=5.2
Expand Down
2 changes: 1 addition & 1 deletion PyTorch/Forecasting/TFT/triton/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.8.0,<1.22.0
onnxruntime-gpu==1.8.1
pycuda>=2019.1.2
PyYAML>=5.2
Expand Down
2 changes: 1 addition & 1 deletion PyTorch/LanguageModeling/BERT/triton/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ model_navigator[pyt] @ git+https://github.com/triton-inference-server/model_navi
natsort>=7.0.0
networkx==2.5
numpy
onnx==1.8.1
onnx==1.21.0
onnxruntime-gpu==1.8.1
pycuda>=2019.1.2
PyYAML>=5.2
Expand Down
2 changes: 1 addition & 1 deletion PyTorch/Segmentation/nnUNet/triton/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
networkx==2.5
onnx==1.8.0
onnx==1.21.0
onnxruntime==1.5.2
pycuda>=2019.1.2
PyYAML>=5.2
Expand Down
2 changes: 1 addition & 1 deletion PyTorch/SpeechSynthesis/FastPitch/triton/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==1.3.0
onnx==1.5.0
onnx==1.21.0
scipy==1.3.1
librosa==0.7.0
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ model_navigator[tf] @ git+https://github.com/triton-inference-server/model_navig
natsort>=7.0.0
networkx==2.5
numpy
onnx>=1.8.0,<1.9.0
onnx>=1.8.0,<1.22.0
onnxruntime-gpu==1.8.1
pycuda>=2019.1.2
PyYAML>=5.2
Expand Down
2 changes: 1 addition & 1 deletion Tools/PyTorch/TimeSeriesPredictionPlatform/requirements.txt
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ patool==1.12
tensorboard
optuna
optuna-dashboard
mlflow==1.23.1
mlflow==3.11.0rc1
pandas==1.4.3
tables
einops==0.4.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.8.0,<1.22.0
onnxruntime-gpu==1.8.1
pycuda>=2019.1.2
PyYAML>=5.2
Expand Down