Skip to content

Commit 11bb74e

Browse files
Chingis YundunovChingis Yundunov
authored andcommitted
ChatQnA - fix files for deploy on ROCm vLLM
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
1 parent 16b477c commit 11bb74e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ChatQnA/tests/test_compose_faqgen_on_rocm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export CHATQNA_RERANK_MODEL_ID="BAAI/bge-reranker-base"
2626
export CHATQNA_BACKEND_SERVICE_PORT=8888
2727
export CHATQNA_FRONTEND_SERVICE_PORT=5173
2828
export CHATQNA_LLM_FAQGEN_PORT=18011
29-
export CHATQNA_NGINX_PORT=18104
29+
export CHATQNA_NGINX_PORT=80
3030
export CHATQNA_REDIS_DATAPREP_PORT=18103
3131
export CHATQNA_REDIS_RETRIEVER_PORT=7000
3232
export CHATQNA_REDIS_VECTOR_INSIGHT_PORT=8001

ChatQnA/tests/test_compose_faqgen_vllm_on_rocm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export CHATQNA_RERANK_MODEL_ID="BAAI/bge-reranker-base"
2525
export CHATQNA_BACKEND_SERVICE_PORT=8888
2626
export CHATQNA_FRONTEND_SERVICE_PORT=5173
2727
export CHATQNA_LLM_FAQGEN_PORT=18011
28-
export CHATQNA_NGINX_PORT=18104
28+
export CHATQNA_NGINX_PORT=80
2929
export CHATQNA_REDIS_DATAPREP_PORT=18103
3030
export CHATQNA_REDIS_RETRIEVER_PORT=7000
3131
export CHATQNA_REDIS_VECTOR_INSIGHT_PORT=8001

ChatQnA/tests/test_compose_on_rocm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export CHATQNA_RERANK_MODEL_ID="BAAI/bge-reranker-base"
2525

2626
export CHATQNA_BACKEND_SERVICE_PORT=8888
2727
export CHATQNA_FRONTEND_SERVICE_PORT=5173
28-
export CHATQNA_NGINX_PORT=18104
28+
export CHATQNA_NGINX_PORT=80
2929
export CHATQNA_REDIS_DATAPREP_PORT=18103
3030
export CHATQNA_REDIS_RETRIEVER_PORT=7000
3131
export CHATQNA_REDIS_VECTOR_INSIGHT_PORT=8001

ChatQnA/tests/test_compose_vllm_on_rocm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export CHATQNA_RERANK_MODEL_ID="BAAI/bge-reranker-base"
2424

2525
export CHATQNA_BACKEND_SERVICE_PORT=8888
2626
export CHATQNA_FRONTEND_SERVICE_PORT=5173
27-
export CHATQNA_NGINX_PORT=18104
27+
export CHATQNA_NGINX_PORT=80
2828
export CHATQNA_REDIS_DATAPREP_PORT=18103
2929
export CHATQNA_REDIS_RETRIEVER_PORT=7000
3030
export CHATQNA_REDIS_VECTOR_INSIGHT_PORT=8001

0 commit comments

Comments
 (0)