Skip to content

Commit a260163

Browse files
pytorchupdatebothuydhn
authored andcommitted
[vllm hash update] update the pinned vllm hash (pytorch#164628)
This PR is auto-generated nightly by [this action](https://github.com/pytorch/pytorch/blob/main/.github/workflows/nightly.yml). Update the pinned vllm hash. Pull Request resolved: pytorch#164628 Approved by: https://github.com/pytorchbot Co-authored-by: Huy Do <huydhn@gmail.com>
1 parent 2beead7 commit a260163

File tree

5 files changed

+67
-168
lines changed

5 files changed

+67
-168
lines changed

.ci/lumen_cli/cli/lib/core/vllm/lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def sample_vllm_test_library():
143143
"pytest -v -s compile/test_decorator.py",
144144
],
145145
},
146-
"vllm_languagde_model_test_extended_generation_28_failure_test": {
146+
"vllm_language_model_test_extended_generation_28_failure_test": {
147147
"title": "Language Models Test (Extended Generation) 2.8 release failure",
148148
"id": "vllm_languagde_model_test_extended_generation_28_failure_test",
149149
"package_install": [

.ci/lumen_cli/cli/lib/core/vllm/vllm_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class VllmBuildParameters:
6363
# DOCKERFILE_PATH: path to Dockerfile used when use_local_dockerfile is True"
6464
use_local_dockerfile: bool = env_bool_field("USE_LOCAL_DOCKERFILE", True)
6565
dockerfile_path: Path = env_path_field(
66-
"DOCKERFILE_PATH", ".github/ci_configs/vllm/Dockerfile.tmp_vllm"
66+
"DOCKERFILE_PATH", ".github/ci_configs/vllm/Dockerfile"
6767
)
6868

6969
# the cleaning script to remove torch dependencies from pip

.github/ci_commit_pins/vllm.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0ad9951c416d33c5da4f7a504fb162cbe62386f5
1+
e5192819208c4d68194844b7dfafbc00020d0dea

0 commit comments

Comments
 (0)