Skip to content

Commit 307675f

Browse files
authored
Update UI_TIMEOUT to 240 and minor doc update (#74)
Signed-off-by: Dina Suehiro Jones <dina.s.jones@intel.com>
1 parent 3ce053f commit 307675f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

MultimodalQnA/docker_compose/intel/cpu/xeon/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Since the `compose.yaml` will consume some environment variables, you need to se
6767

6868
**Export the value of the public IP address of your Xeon server to the `host_ip` environment variable**
6969

70-
> Change the External_Public_IP below with the actual IPV4 value when setting the `host_ip` value (do not use localhost).
70+
> Change the External_Public_IP below with the actual IPv4 value when setting the `host_ip` value (do not use localhost).
7171
7272
```
7373
export host_ip="External_Public_IP"
@@ -114,7 +114,7 @@ export LVM_ENDPOINT="http://${host_ip}:$LLAVA_SERVER_PORT"
114114
export MEGA_SERVICE_PORT=8888
115115
export BACKEND_SERVICE_ENDPOINT="http://${host_ip}:$MEGA_SERVICE_PORT/v1/multimodalqna"
116116
export UI_PORT=5173
117-
export UI_TIMEOUT=200
117+
export UI_TIMEOUT=240
118118
```
119119

120120
> Note: The `MAX_IMAGES` environment variable is used to specify the maximum number of images that will be sent from the LVM service to the LLaVA server.

MultimodalQnA/docker_compose/intel/cpu/xeon/set_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ export MEGA_SERVICE_PORT=8888
5151
export BACKEND_SERVICE_ENDPOINT="http://${host_ip}:${MEGA_SERVICE_PORT}/v1/multimodalqna"
5252

5353
export UI_PORT=5173
54-
export UI_TIMEOUT=200
54+
export UI_TIMEOUT=240

MultimodalQnA/docker_compose/intel/hpu/gaudi/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Since the `compose.yaml` will consume some environment variables, you need to se
88

99
**Export the value of the public IP address of your Gaudi server to the `host_ip` environment variable**
1010

11-
> Change the External_Public_IP below with the actual IPV4 value when setting the `host_ip` value (do not use localhost).
11+
> Change the External_Public_IP below with the actual IPv4 value when setting the `host_ip` value (do not use localhost).
1212
1313
```
1414
export host_ip="External_Public_IP"
@@ -54,7 +54,7 @@ export LVM_ENDPOINT="http://${host_ip}:${LLAVA_SERVER_PORT}"
5454
export MEGA_SERVICE_PORT=8888
5555
export BACKEND_SERVICE_ENDPOINT="http://${host_ip}:${MEGA_SERVICE_PORT}/v1/multimodalqna"
5656
export UI_PORT=5173
57-
export UI_TIMEOUT=200
57+
export UI_TIMEOUT=240
5858
```
5959

6060
> Note: The `MAX_IMAGES` environment variable is used to specify the maximum number of images that will be sent from the LVM service to the LLaVA server.

MultimodalQnA/docker_compose/intel/hpu/gaudi/set_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ export MEGA_SERVICE_PORT=8888
5353
export BACKEND_SERVICE_ENDPOINT="http://${host_ip}:${MEGA_SERVICE_PORT}/v1/multimodalqna"
5454

5555
export UI_PORT=5173
56-
export UI_TIMEOUT=200
56+
export UI_TIMEOUT=240

0 commit comments

Comments
 (0)