Skip to content

Commit

Permalink
[ci][test] fix RemoteOpenAIServer (vllm-project#7838)
Browse files Browse the repository at this point in the history
  • Loading branch information
youkaichao authored Aug 24, 2024
1 parent 6ae3e23 commit 64343b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 64343b7

Please sign in to comment.