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

Fix missing type in _add_attribute_to_torchscript_node for Deberta models #1773

Merged
merged 5 commits into from
Aug 7, 2024

Fix missing type in _add_attribute_to_torchscript_node for Deberta mo…

76d183e
Select commit
Loading
Failed to load commit list.
Merged

Fix missing type in _add_attribute_to_torchscript_node for Deberta models #1773

Fix missing type in _add_attribute_to_torchscript_node for Deberta mo…
76d183e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Aug 4, 2024 in 4s

1 configuration not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 1 configuration present on refs/heads/main was not found:

API upload

  • ❓  <default>

New alerts in code changed by this pull request

  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 468 in onnxscript/function_libs/torch_lib/graph_building/_graph_building_torch.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable itype is not used.