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 typos according to reviewdog report. #21335

Merged
merged 11 commits into from
Jul 22, 2024

Fix lintrunner format

e5e0bc2
Select commit
Loading
Failed to load commit list.
Merged

Fix typos according to reviewdog report. #21335

Fix lintrunner format
e5e0bc2
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Jul 19, 2024 in 5s

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 warning

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 164 in orttraining/tools/scripts/layer_norm_transform.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning

This assignment to 'vocab_size' is unnecessary as it is
redefined
before this value is used.