Skip to content

Commit 241971b

Browse files
authored
Fix MultimodalQnA UT issues (#2011)
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent d81c9db commit 241971b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

MultimodalQnA/tests/test_compose_milvus_on_xeon.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ function build_docker_images() {
6666

6767
function setup_env() {
6868
export COLLECTION_NAME="LangChainCollection"
69-
export MILVUS_HOST=${host_ip}
69+
export MILVUS_HOST=${ip_address}
7070
export MILVUS_RETRIEVER_PORT=7000
71-
export LVM_MODEL_ID="llava-hf/llava-1.5-7b-hf"
7271
cd $WORKPATH/docker_compose/intel
7372
source set_env.sh
73+
export LVM_MODEL_ID="llava-hf/llava-1.5-7b-hf"
7474
}
7575

7676

MultimodalQnA/tests/test_compose_on_xeon.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,10 @@ function build_docker_images() {
6666
}
6767

6868
function setup_env() {
69+
export host_ip=${ip_address}
6970
cd $WORKPATH/docker_compose/intel
7071
source set_env.sh
72+
export LVM_MODEL_ID="llava-hf/llava-1.5-7b-hf"
7173
}
7274

7375

0 commit comments

Comments
 (0)