From 0cc7db28d60f323da2b6d3dffa80e26ed0fd72b4 Mon Sep 17 00:00:00 2001 From: youkaichao Date: Sat, 24 Aug 2024 09:07:21 -0700 Subject: [PATCH] fix tests --- tests/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils.py b/tests/utils.py index a37b7ee341f78..955431bbd3014 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -68,7 +68,7 @@ def __init__(self, if not model.startswith("/"): # download the model if it's not a local path # to exclude the model download time from the server start time - model = snapshot_download(model) + snapshot_download(model) if auto_port: if "-p" in cli_args or "--port" in cli_args: raise ValueError("You have manually specified the port"