Skip to content
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

Use target name instead of node name as function name #16690

Merged
merged 1 commit into from
Mar 9, 2024
Merged

Use target name instead of node name as function name #16690

merged 1 commit into from
Mar 9, 2024

Conversation

sunzj
Copy link
Contributor

@sunzj sunzj commented Mar 8, 2024

torch change the description of the graph, function name isn't same as node name, cause can't find function if import torch model. So use target name instead of node name.

fix mlc-ai/web-stable-diffusion#54

torch change the description of the graph, function name isn't same as node name, cause can't find function. So use target name instead of node name.
@tqchen tqchen merged commit ab56026 into apache:main Mar 9, 2024
16 checks passed
Lunderberg pushed a commit to Lunderberg/tvm that referenced this pull request Mar 12, 2024
torch change the description of the graph, function name isn't same as node name, cause can't find function. So use target name instead of node name.
@sunzj sunzj deleted the patch-1 branch March 14, 2024 05:51
thaisacs pushed a commit to thaisacs/tvm that referenced this pull request Apr 3, 2024
torch change the description of the graph, function name isn't same as node name, cause can't find function. So use target name instead of node name.
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.

AssertionError: Unsupported function type position_ids
2 participants