Skip to content

Commit 0235060

Browse files
authored
Merge pull request #72 from stackhpc/update/vllm-v0.7.2
Update vLLM to v0.7.2
2 parents c785811 + d8e0710 commit 0235060

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

charts/azimuth-llm/values.schema.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"type": "string",
3838
"title": "Backend vLLM version",
3939
"description": "The vLLM version to use as a backend. Must be a version tag from [this list](https://github.com/vllm-project/vllm/tags)",
40-
"default": "v0.6.3"
40+
"default": "v0.7.2"
4141
}
4242
}
4343
}
@@ -118,7 +118,8 @@
118118
}
119119
},
120120
"required": [
121-
"model_name" ]
121+
"model_name"
122+
]
122123
}
123124
}
124125
}

charts/azimuth-llm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ api:
3434
# Container image config
3535
image:
3636
repository: vllm/vllm-openai
37-
version: v0.6.3
37+
version: v0.7.2
3838
monitoring:
3939
enabled: true
4040
# The number of replicas for the backend deployment
@@ -83,7 +83,7 @@ ui:
8383
# Container image config
8484
image:
8585
repository: ghcr.io/stackhpc/azimuth-llm-chat-ui
86-
tag: # Defaults to chart's appVersion
86+
tag: # Defaults to chart's appVersion
8787
imagePullPolicy:
8888
# The settings to be passed to the frontend web app.
8989
# Format depends on the chosen UI image above. For each of the UIs

0 commit comments

Comments
 (0)