Skip to content

incorrect onnxruntime-gpu version , changed from 1.8.1 to 1.18.1 #1415

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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 Tools/PyTorch/TimeSeriesPredictionPlatform/README.md
Original file line number Diff line number Diff line change
@@ -153,7 +153,7 @@ For more information about how to get started with NGC containers, refer to the
2. Enter the Deep Learning Examples TSPP repository:

```
cd DeeplearningExamples/Tools/TimeSeriesPredictionPlatform
cd DeeplearningExamples/Tools/PyTorch/TimeSeriesPredictionPlatform
```
3. Copy the relevant temporal fusion transformer [code](https://github.com/NVIDIA/DeepLearningExamples/blob/master/PyTorch/Forecasting/TFT/modeling.py) to the TSPP:
```
283 changes: 0 additions & 283 deletions Tools/PyTorch/TimeSeriesPredictionPlatform/models/dcrnn.py

This file was deleted.

147 changes: 0 additions & 147 deletions Tools/PyTorch/TimeSeriesPredictionPlatform/models/deepar.py

This file was deleted.

147 changes: 0 additions & 147 deletions Tools/PyTorch/TimeSeriesPredictionPlatform/models/deepar_v2.py

This file was deleted.

123 changes: 0 additions & 123 deletions Tools/PyTorch/TimeSeriesPredictionPlatform/models/ensembling.py

This file was deleted.

296 changes: 0 additions & 296 deletions Tools/PyTorch/TimeSeriesPredictionPlatform/models/gnn.py

This file was deleted.

This file was deleted.

66 changes: 0 additions & 66 deletions Tools/PyTorch/TimeSeriesPredictionPlatform/models/lstm.py

This file was deleted.

338 changes: 0 additions & 338 deletions Tools/PyTorch/TimeSeriesPredictionPlatform/models/mtgnn.py

This file was deleted.

154 changes: 0 additions & 154 deletions Tools/PyTorch/TimeSeriesPredictionPlatform/models/nbeats.py

This file was deleted.

156 changes: 0 additions & 156 deletions Tools/PyTorch/TimeSeriesPredictionPlatform/models/nhits.py

This file was deleted.

72 changes: 0 additions & 72 deletions Tools/PyTorch/TimeSeriesPredictionPlatform/models/stat_models.py

This file was deleted.

123 changes: 0 additions & 123 deletions Tools/PyTorch/TimeSeriesPredictionPlatform/models/tft.py

This file was deleted.

53 changes: 0 additions & 53 deletions Tools/PyTorch/TimeSeriesPredictionPlatform/models/trivial_model.py

This file was deleted.

111 changes: 0 additions & 111 deletions Tools/PyTorch/TimeSeriesPredictionPlatform/models/tspp_xgboost.py

This file was deleted.

Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ natsort>=7.0.0
networkx==2.5
numpy
onnx>=1.8.0,<1.9.0
onnxruntime-gpu==1.8.1
onnxruntime-gpu==1.18.1
pycuda>=2019.1.2
PyYAML>=5.2
tabulate>=0.8.7