Skip to content

Commit

Permalink
Merge pull request #1723 from h2oai/am/new_vllm
Browse files Browse the repository at this point in the history
Use vllm 0.5.1
  • Loading branch information
pseudotensor authored Jul 8, 2024
2 parents 737ec2e + cb7c792 commit 1fcf816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ git_hash.txt:


DOCKER_BASE_OS_IMAGE := gcr.io/vorvan/h2oai/h2ogpt-oss-wolfi-base:4
DOCKER_VLLM_IMAGE := gcr.io/vorvan/h2oai/h2ogpte-vllm:0.5.0.post1-812949b9
DOCKER_VLLM_IMAGE := gcr.io/vorvan/h2oai/h2ogpte-vllm:0.5.1-66d25785

docker_build: build_info.txt git_hash.txt
docker pull $(DOCKER_BASE_OS_IMAGE)
Expand Down

0 comments on commit 1fcf816

Please sign in to comment.