Skip to content

Commit 0df24b9

Browse files
authored
docker-bake: bump vllm-tgis-adapter to 0.7.0 (opendatahub-io#209)
`0.6.3` isn't compatible with vllm==0.8.3. opendatahub-io/vllm-tgis-adapter#245 https://github.com/opendatahub-io/vllm-tgis-adapter/releases/0.7.0
1 parent b22be42 commit 0df24b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ target "cuda" {
4646
PYTHON_VERSION = "3.12"
4747
# CUDA_VERSION = "12.4" # TODO: the dockerfile cannot consume the cuda version
4848
LIBSODIUM_VERSION = "1.0.20"
49-
VLLM_TGIS_ADAPTER_VERSION = "0.6.3"
49+
VLLM_TGIS_ADAPTER_VERSION = "0.7.0"
5050

5151
FLASHINFER_VERSION = "https://github.com/flashinfer-ai/flashinfer/releases/download/v0.2.1.post2/flashinfer_python-0.2.1.post2+cu124torch2.6-cp38-abi3-linux_x86_64.whl"
5252
}

0 commit comments

Comments
 (0)