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 / lintrunner succeeded Aug 4, 2024 in 4s

2 new alerts

New alerts in code changed by this pull request

  • 2 warnings

See annotations below for details.

View all branch alerts.

Annotations

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

See this annotation in the file changed.

Code scanning / lintrunner

PYLINT/W0612 Warning

Unused variable 'itype' (unused-variable)
See unused-variable. To disable, use # pylint: disable=unused-variable

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

See this annotation in the file changed.

Code scanning / lintrunner

RUFF/F841 Warning

Local variable itype is assigned to but never used.
See https://docs.astral.sh/ruff/rules/unused-variable