Address request from Issue#971 (#1018)

This commit is contained in:
Louie Tsai
2024-10-23 23:57:52 -07:00
committed by GitHub
parent 085d859a70
commit a10b4a1f1d
2 changed files with 2 additions and 2 deletions

View File

@@ -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.