We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d81c9db commit 241971bCopy full SHA for 241971b
2 files changed
MultimodalQnA/tests/test_compose_milvus_on_xeon.sh
@@ -66,11 +66,11 @@ function build_docker_images() {
66
67
function setup_env() {
68
export COLLECTION_NAME="LangChainCollection"
69
- export MILVUS_HOST=${host_ip}
+ export MILVUS_HOST=${ip_address}
70
export MILVUS_RETRIEVER_PORT=7000
71
- export LVM_MODEL_ID="llava-hf/llava-1.5-7b-hf"
72
cd $WORKPATH/docker_compose/intel
73
source set_env.sh
+ export LVM_MODEL_ID="llava-hf/llava-1.5-7b-hf"
74
}
75
76
MultimodalQnA/tests/test_compose_on_xeon.sh
@@ -66,8 +66,10 @@ function build_docker_images() {
+ export host_ip=${ip_address}
0 commit comments