File tree Expand file tree Collapse file tree
AudioQnA/docker_compose/amd/gpu/rocm Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1313export LLM_MODEL_ID=Intel/neural-chat-7b-v3-3
Original file line number Diff line number Diff line change 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}
1111export HUGGINGFACEHUB_API_TOKEN=${HUGGINGFACEHUB_API_TOKEN}
1212export HF_CACHE_DIR=" ./data"
1313export LLM_MODEL_ID=" Intel/neural-chat-7b-v3-3"
You can’t perform that action at this time.
0 commit comments