mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-06-30 03:17:29 +00:00
lint
This commit is contained in:
@@ -226,7 +226,7 @@ def main():
|
||||
)
|
||||
dist.barrier(group=group)
|
||||
|
||||
_skip_verify = os.environ.get("MSCCLPP_EP_SKIP_VERIFY","0") in ("1","true","True")
|
||||
_skip_verify = os.environ.get("MSCCLPP_EP_SKIP_VERIFY", "0") in ("1", "true", "True")
|
||||
# Validate recv buffer: for each source rank i, the block carries value i.
|
||||
assert recv_x.dim() == 2 and recv_x.size(1) == hidden
|
||||
start = 0
|
||||
|
||||
Reference in New Issue
Block a user