Skip to content

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

Open
wants to merge 19 commits into
base: dev
Choose a base branch
from
Open

Add trt rtx recipes. #317

wants to merge 19 commits into from

Conversation

chinazhangchao
Copy link

No description provided.

@chinazhangchao chinazhangchao changed the title Add trt rtx requirements Add trt rtx recipes. Jun 18, 2025
@chinazhangchao chinazhangchao marked this pull request as ready for review June 19, 2025 08:42
@chinazhangchao chinazhangchao requested a review from xieofxie June 19, 2025 08:43
"path": "systems.local_system.accelerators.0.execution_providers.0",
"values": [
"NvTensorRTRTXExecutionProvider",
"CPUExecutionProvider"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does it support cpu?

Copy link
Author

@chinazhangchao chinazhangchao Jun 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried and it succeeded. Does it make sense? It looks a bit strange.
image

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",

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants