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

custom allreduce #20633

Closed
wants to merge 6 commits into from
Closed

custom allreduce #20633

wants to merge 6 commits into from

Conversation

wangyems
Copy link
Member

Description

Motivation and Context

" Parity: OK",
)
del ort_session
del ort_session_local

Check warning

Code scanning / CodeQL

Unnecessary delete statement in function Warning

Unnecessary deletion of local variable
ort_session_local
in function
run_ort_with_parity_check
.
@wangyems wangyems closed this May 16, 2024
# Licensed under the MIT License.
# --------------------------------------------------------------------------

import unittest

Check warning

Code scanning / lintrunner

RUFF/F401 Warning

unittest imported but unused.
See https://docs.astral.sh/ruff/rules/unused-import

import numpy as np
from mpi4py import MPI
from onnx import TensorProto, helper

Check warning

Code scanning / lintrunner

RUFF/F401 Warning

onnx.helper imported but unused.
See https://docs.astral.sh/ruff/rules/unused-import
@@ -0,0 +1,84 @@
# -------------------------------------------------------------------------

Check warning

Code scanning / lintrunner

BLACK-ISORT/format Warning

Run lintrunner -a to apply this patch.
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.

None yet

1 participant