Skip to content

Commit b9b1921

Browse files
hsubramonyxuechendi
authored andcommitted
more pre-commit fixes
Signed-off-by: Harish Subramony <[email protected]>
1 parent 8f49541 commit b9b1921

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

examples/nixl/test_accuracy.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
"deepseek-ai/deepseek-vl2-small": 0.59,
1818
}
1919

20-
SIMPLE_PROMPT = (
21-
"The best part about working on vLLM is that I got to meet so many people across various different organizations like UCB, Google, and Meta which means",
22-
) # noqa: E501
20+
SIMPLE_PROMPT = "The best part about working on vLLM is that I got to meet so many people across various different organizations like UCB, Google, and Meta which means" # noqa: E501
2321

2422
# Get model name from environment variable
2523
MODEL_NAME = os.environ.get("TEST_MODEL", "Qwen/Qwen3-0.6B")

examples/nixl/toy_proxy_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ async def healthcheck():
276276
}
277277

278278

279-
if __name__ == '__main__':
279+
if __name__ == "__main__":
280280
global global_args
281281
global_args = parse_args()
282282

0 commit comments

Comments
 (0)