File tree 2 files changed +4
-4
lines changed
AudioQnA/docker_compose/amd/gpu/rocm
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
# export host_ip=<your External Public IP> # export host_ip=$(hostname -I | awk '{print $1}')
8
8
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 }
11
11
# <token>
12
12
13
13
export LLM_MODEL_ID=Intel/neural-chat-7b-v3-3
Original file line number Diff line number Diff line change 6
6
7
7
# export host_ip=<your External Public IP> # export host_ip=$(hostname -I | awk '{print $1}')
8
8
9
- export host_ip=" "
10
- export external_host_ip=" "
9
+ export host_ip=${ip_address}
10
+ export external_host_ip=${ip_address}
11
11
export HUGGINGFACEHUB_API_TOKEN=${HUGGINGFACEHUB_API_TOKEN}
12
12
export HF_CACHE_DIR=" ./data"
13
13
export LLM_MODEL_ID=" Intel/neural-chat-7b-v3-3"
You can’t perform that action at this time.
0 commit comments