Skip to content

Commit ce860fb

Browse files
committed
Fix issue
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent 3416fa6 commit ce860fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (C) 2024 Advanced Micro Devices, Inc.
44
# SPDX-License-Identifier: Apache-2.0
55

6-
export HOST_IP=''
6+
export HOST_IP=${ip_address}
77
export DOCSUM_MAX_INPUT_TOKENS="2048"
88
export DOCSUM_MAX_TOTAL_TOKENS="4096"
99
export DOCSUM_LLM_MODEL_ID="Intel/neural-chat-7b-v3-3"

0 commit comments

Comments
 (0)