From a10b4a1f1d85a4883ec96aa64911044a8db21ccb Mon Sep 17 00:00:00 2001 From: Louie Tsai Date: Wed, 23 Oct 2024 23:57:52 -0700 Subject: [PATCH] Address request from Issue#971 (#1018) --- ChatQnA/docker_compose/intel/cpu/xeon/README.md | 2 +- ChatQnA/docker_compose/intel/hpu/gaudi/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChatQnA/docker_compose/intel/cpu/xeon/README.md b/ChatQnA/docker_compose/intel/cpu/xeon/README.md index 707ff52e5..4598c07ec 100644 --- a/ChatQnA/docker_compose/intel/cpu/xeon/README.md +++ b/ChatQnA/docker_compose/intel/cpu/xeon/README.md @@ -311,7 +311,7 @@ For details on how to verify the correctness of the response, refer to [how-to-v Try the command below to check whether the LLM serving is ready. ```bash - docker logs ${CONTAINER_ID} | grep Connected + docker logs tgi-service | grep Connected ``` If the service is ready, you will get the response like below. diff --git a/ChatQnA/docker_compose/intel/hpu/gaudi/README.md b/ChatQnA/docker_compose/intel/hpu/gaudi/README.md index 2300996e4..43aa720f0 100644 --- a/ChatQnA/docker_compose/intel/hpu/gaudi/README.md +++ b/ChatQnA/docker_compose/intel/hpu/gaudi/README.md @@ -320,7 +320,7 @@ For validation details, please refer to [how-to-validate_service](./how_to_valid Try the command below to check whether the LLM serving is ready. ```bash - docker logs ${CONTAINER_ID} | grep Connected + docker logs tgi-service | grep Connected ``` If the service is ready, you will get the response like below.