Skip to content

Commit 345e1f3

Browse files
fix: modify VLLM_URL for containerized environments
Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
1 parent fb0396b commit 345e1f3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/redhat-distro-container.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
shell: bash
6161
env:
6262
INFERENCE_MODEL: meta-llama/Llama-3.2-1B-Instruct
63+
VLLM_URL: http://host.docker.internal:8000/v1
6364
run: ./tests/smoke.sh
6465

6566
- name: Log in to Quay.io

tests/smoke.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ function start_and_wait_for_llama_stack_container {
99
--pull=never \
1010
-p 8321:8321 \
1111
--env INFERENCE_MODEL="$INFERENCE_MODEL" \
12+
--env VLLM_URL="$VLLM_URL" \
1213
--env TRUSTYAI_LMEVAL_USE_K8S=False \
1314
--env TRUSTYAI_LM_EVAL_NAMESPACE=dummy \
1415
--name llama-stack \

0 commit comments

Comments
 (0)