Skip to content

Commit

Permalink
fixed default value
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Sola <[email protected]>
  • Loading branch information
dansola committed Dec 13, 2024
1 parent acb1639 commit 9a65e7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __init__(
:param hf_secret: Instance of HFSecret for managing hugging face secrets.
:param arg_dict: A dictionary of arguments for the VLLM model server (https://docs.vllm.ai/en/stable/models/engine_args.html).
:param image: The Docker image to be used for the model server container. Default is "ç".
:param image: The Docker image to be used for the model server container. Default is "vllm/vllm-openai".
:param health_endpoint: The health endpoint for the model server container. Default is "/health".
:param port: The port number for the model server container. Default is 8000.
:param cpu: The number of CPU cores requested for the model server container. Default is 2.
Expand Down

0 comments on commit 9a65e7e

Please sign in to comment.