Skip to content

Commit 07655c9

Browse files
committed
chore(build): remove vllm_version envvar and lock into templates
Signed-off-by: paperspace <29749331+aarnphm@users.noreply.github.com>
1 parent ba5a5da commit 07655c9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% extends bento_base_template %}
22
{% block SETUP_BENTO_COMPONENTS %}
3-
{% call common.RUN(__enable_buildkit__) -%} {{ __pip_cache__ }} {% endcall -%} bash -c 'pip install --no-color --progress-bar off "vllm==${VLLM_VERSION}" || true'
3+
{% call common.RUN(__enable_buildkit__) -%} {{ __pip_cache__ }} {% endcall -%} bash -c 'pip install --no-color --progress-bar off "vllm==0.4.2" || true'
44
{{ super() }}
55
{% endblock %}

openllm-python/src/_openllm_tiny/_entrypoint.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,6 @@ def build_command(
527527
else [],
528528
envs=[
529529
EnvironmentEntry(name='NVIDIA_DRIVER_CAPABILITIES', value='compute,utility'),
530-
EnvironmentEntry(name='VLLM_VERSION', value='0.4.2'),
531530
EnvironmentEntry(name=HF_HUB_DISABLE_PROGRESS_BARS, value='TRUE'),
532531
],
533532
description=service_readme,

0 commit comments

Comments
 (0)