Skip to content

Commit a739216

Browse files
authored
Merge pull request #20 from stackhpc/update/vllm
Update vLLM to v0.4.1
2 parents 934d0ea + 4ba135f commit a739216

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Tiltfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if run_ui_locally:
3838
name="gradio-app-venv",
3939
deps=[requirements],
4040
cmd=" && ".join([
41-
"([[ -d {} ]] || python3 -m venv {})".format(venv_name, venv_name),
41+
"([[ -d {} ]] || python3.11 -m venv {})".format(venv_name, venv_name),
4242
"source {}/bin/activate".format(venv_name),
4343
"pip install -r {}".format(requirements),
4444
])
@@ -54,4 +54,4 @@ if run_ui_locally:
5454
"cd chart/web-app",
5555
"python3 app.py {} localhost".format(hf_model),
5656
])
57-
)
57+
)

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ api:
3535
# Container image config
3636
image:
3737
repository: vllm/vllm-openai
38-
version: v0.3.2
38+
version: v0.4.1
3939
monitoring:
4040
enabled: true
4141
# Service config

0 commit comments

Comments
 (0)