-
Notifications
You must be signed in to change notification settings - Fork 19
Add trt rtx recipes. #317
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
Add trt rtx recipes. #317
Conversation
"path": "systems.local_system.accelerators.0.execution_providers.0", | ||
"values": [ | ||
"NvTensorRTRTXExecutionProvider", | ||
"CPUExecutionProvider" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does it support cpu?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think from log, EP overwrite device? If so, I think it is OK
@@ -51,6 +51,10 @@ def main(): | |||
"--extra-index-url https://download.pytorch.org/whl/cu128", | |||
"torch==2.7.0+cu128", | |||
], | |||
RuntimeEnum.WCR_CUDA: [ | |||
"--extra-index-url https://download.pytorch.org/whl/cu128", | |||
"torch==2.7.0+cu128", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
create a shared string for them
numpy==2.2.4 | ||
scipy==1.15.3 | ||
threadpoolctl==3.6.0 | ||
# onnx==1.17.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep lf line ending. Need to update python
@@ -20,6 +20,13 @@ | |||
"template": "huggingface/Intel/bert-base-uncased-mrpc", | |||
"version": 1, | |||
"templateName": "bert_ov" | |||
}, | |||
{ | |||
"name": "Convert to NVIDIA GPU (TRT RTX)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is ongoing change to model_project, so let's wait that first
335e1b5
to
e738252
Compare
No description provided.