From b2e6e5ec9d7ab054adadfc4427d05598f3d83755 Mon Sep 17 00:00:00 2001 From: Artem Astafev Date: Thu, 14 Nov 2024 13:20:06 +0700 Subject: [PATCH] Update test_compose_on_rocm.sh Signed-off-by: Artem Astafev --- FaqGen/tests/test_compose_on_rocm.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FaqGen/tests/test_compose_on_rocm.sh b/FaqGen/tests/test_compose_on_rocm.sh index e7c222fea..a1cc0b8f2 100644 --- a/FaqGen/tests/test_compose_on_rocm.sh +++ b/FaqGen/tests/test_compose_on_rocm.sh @@ -19,6 +19,8 @@ export FAQGEN_LLM_MODEL_ID="meta-llama/Meta-Llama-3-8B-Instruct" export FAQGEN_TGI_SERVICE_PORT=8008 export FAQGEN_LLM_SERVER_PORT=9000 export FAQGEN_HUGGINGFACEHUB_API_TOKEN=${HUGGINGFACEHUB_API_TOKEN} +export FAQGEN_CARD_ID="card0" +export FAQGEN_RENDER_ID="renderD128" export FAQGEN_BACKEND_SERVER_PORT=8888 export FAGGEN_UI_PORT=5173 export TGI_LLM_ENDPOINT="http://${ip_address}:8008"