Skip to content

Commit

Permalink
added LVM_MODEL_ID var to test file (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: okhleif-IL <[email protected]>
  • Loading branch information
okhleif-IL authored Oct 23, 2024
1 parent 5f4cf29 commit 271117e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MultimodalQnA/tests/test_compose_on_xeon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ function setup_env() {
export INDEX_NAME="mm-rag-redis"
export LLAVA_SERVER_PORT=8399
export LVM_ENDPOINT="http://${host_ip}:8399"
export LVM_MODEL_ID="llava-hf/llava-v1.6-vicuna-13b-hf"
export EMBEDDING_MODEL_ID="BridgeTower/bridgetower-large-itm-mlm-itc"
export WHISPER_MODEL="base"
export MM_EMBEDDING_SERVICE_HOST_IP=${host_ip}
Expand Down

0 comments on commit 271117e

Please sign in to comment.