Skip to content

Commit

Permalink
Address request from Issue#971 (#1018)
Browse files Browse the repository at this point in the history
  • Loading branch information
louie-tsai authored Oct 24, 2024
1 parent 085d859 commit a10b4a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChatQnA/docker_compose/intel/cpu/xeon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ChatQnA/docker_compose/intel/hpu/gaudi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a10b4a1

Please sign in to comment.