Skip to content

Commit

Permalink
runtimes: remove distributed executor backend option from vllm (#257)
Browse files Browse the repository at this point in the history
it's the default

Signed-off-by: Daniele Trifirò <dtrifiro@redhat.com>
  • Loading branch information
dtrifiro authored Sep 5, 2024
1 parent 09790de commit bcc19fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/runtimes/vllm-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ objects:
- "--port=8080"
- "--model=/mnt/models"
- "--served-model-name={{.Name}}"
- "--distributed-executor-backend=mp"
env:
- name: HF_HOME
value: /tmp/hf_home
Expand Down

0 comments on commit bcc19fa

Please sign in to comment.