File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,11 @@ function build_docker_images() {
6666
6767function 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
Original file line number Diff line number Diff line change @@ -66,8 +66,10 @@ function build_docker_images() {
6666}
6767
6868function 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
You can’t perform that action at this time.
0 commit comments