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"