From 0a9db214a468978fa0731a0bdfa25d1f11020e91 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 07:18:15 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- ChatQnA/docker/gaudi/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChatQnA/docker/gaudi/README.md b/ChatQnA/docker/gaudi/README.md index f2a34ffc1..50737211d 100644 --- a/ChatQnA/docker/gaudi/README.md +++ b/ChatQnA/docker/gaudi/README.md @@ -223,7 +223,7 @@ export llm_service_devices=all export tei_embedding_devices=all ``` -To specify the device ids, "llm_service_devices" and "tei_embedding_devices"` can be set as "0,1,2,3" alike. More info in [gaudi docs](https://docs.habana.ai/en/latest/Orchestration/Multiple_Tenants_on_HPU/Multiple_Dockers_each_with_Single_Workload.html). +To specify the device ids, "llm_service_devices" and "tei_embedding_devices"` can be set as "0,1,2,3" alike. More info in [gaudi docs](https://docs.habana.ai/en/latest/Orchestration/Multiple_Tenants_on_HPU/Multiple_Dockers_each_with_Single_Workload.html). If guardrails microservice is enabled in the pipeline, the below environment variables are necessary to be set. @@ -234,7 +234,7 @@ export SAFETY_GUARD_ENDPOINT="http://${host_ip}:8088" export GUARDRAIL_SERVICE_HOST_IP=${host_ip} ``` -Note: Please replace `host_ip` with your external IP address, do **NOT** use localhost. +Note: Please replace `host_ip` with your external IP address, do **NOT** use localhost. ### Start all the services Docker Containers