File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 37
37
"type" : " string" ,
38
38
"title" : " Backend vLLM version" ,
39
39
"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 "
41
41
}
42
42
}
43
43
}
118
118
}
119
119
},
120
120
"required" : [
121
- " model_name" ]
121
+ " model_name"
122
+ ]
122
123
}
123
124
}
124
125
}
Original file line number Diff line number Diff line change 34
34
# Container image config
35
35
image :
36
36
repository : vllm/vllm-openai
37
- version : v0.6.3
37
+ version : v0.7.2
38
38
monitoring :
39
39
enabled : true
40
40
# The number of replicas for the backend deployment
83
83
# Container image config
84
84
image :
85
85
repository : ghcr.io/stackhpc/azimuth-llm-chat-ui
86
- tag : # Defaults to chart's appVersion
86
+ tag : # Defaults to chart's appVersion
87
87
imagePullPolicy :
88
88
# The settings to be passed to the frontend web app.
89
89
# Format depends on the chosen UI image above. For each of the UIs
You can’t perform that action at this time.
0 commit comments