From 04ea24da8d6102b91e6a1de9986b07a9ca38c761 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 20 May 2026 18:04:00 +0000 Subject: [PATCH] Fix python lint formatting in internode multirank test Agent-Logs-Url: https://github.com/microsoft/mscclpp/sessions/f5220581-e26c-49d8-98fa-e1b8ab011898 Co-authored-by: seagater <7475084+seagater@users.noreply.github.com> --- test/python/ext/ep/test_internode_multirank.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/python/ext/ep/test_internode_multirank.py b/test/python/ext/ep/test_internode_multirank.py index a90c2f21..97780595 100644 --- a/test/python/ext/ep/test_internode_multirank.py +++ b/test/python/ext/ep/test_internode_multirank.py @@ -96,6 +96,7 @@ def main(): # Small settings for functional check import os as _os + num_tokens = int(_os.environ.get("MSCCLPP_EP_BENCH_TOKENS", "128")) hidden = int(_os.environ.get("MSCCLPP_EP_BENCH_HIDDEN", "1024")) num_topk = int(_os.environ.get("MSCCLPP_EP_BENCH_TOPK", str(min(4, num_ranks))))