Skip to content

Commit a7cd5c8

Browse files
committed
Fis issue
Signed-off-by: ZePan110 <[email protected]>
1 parent ac32a9f commit a7cd5c8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

AudioQnA/docker_compose/amd/gpu/rocm/set_env.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
# export host_ip=<your External Public IP> # export host_ip=$(hostname -I | awk '{print $1}')
88

9-
export host_ip="192.165.1.21"
10-
export HUGGINGFACEHUB_API_TOKEN=${YOUR_HUGGINGFACEHUB_API_TOKEN}
9+
export host_ip=${ip_address}
10+
export HUGGINGFACEHUB_API_TOKEN=${HUGGINGFACEHUB_API_TOKEN}
1111
# <token>
1212

1313
export LLM_MODEL_ID=Intel/neural-chat-7b-v3-3

AudioQnA/docker_compose/amd/gpu/rocm/set_env_vllm.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
# export host_ip=<your External Public IP> # export host_ip=$(hostname -I | awk '{print $1}')
88

9-
export host_ip=""
10-
export external_host_ip=""
9+
export host_ip=${ip_address}
10+
export external_host_ip=${ip_address}
1111
export HUGGINGFACEHUB_API_TOKEN=${HUGGINGFACEHUB_API_TOKEN}
1212
export HF_CACHE_DIR="./data"
1313
export LLM_MODEL_ID="Intel/neural-chat-7b-v3-3"

0 commit comments

Comments
 (0)