From 95c13d9558acb85343f2d39fc9ef1d68aacfbb56 Mon Sep 17 00:00:00 2001 From: zehao-intel Date: Wed, 24 Jul 2024 13:31:12 +0800 Subject: [PATCH] Fix Typo for Translation Example (#451) Signed-off-by: zehao-intel --- Translation/docker/gaudi/README.md | 7 +++---- Translation/docker/xeon/README.md | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Translation/docker/gaudi/README.md b/Translation/docker/gaudi/README.md index e1546fa3f..04ec63453 100644 --- a/Translation/docker/gaudi/README.md +++ b/Translation/docker/gaudi/README.md @@ -38,10 +38,9 @@ docker build -t opea/translation-ui:latest --build-arg https_proxy=$https_proxy Then run the command `docker images`, you will have the following four Docker Images: -1. `ghcr.io/huggingface/tgi-gaudi:2.0.1` -2. `opea/gen-ai-comps:llm-tgi-gaudi-server` -3. `opea/gen-ai-comps:translation-megaservice-server` -4. `opea/gen-ai-comps:translation-ui-server` +1. `opea/llm-tgi:latest` +2. `opea/translation:latest` +3. `opea/translation-ui:latest` ## 🚀 Start Microservices diff --git a/Translation/docker/xeon/README.md b/Translation/docker/xeon/README.md index f6b065630..915e2b3a4 100644 --- a/Translation/docker/xeon/README.md +++ b/Translation/docker/xeon/README.md @@ -46,9 +46,9 @@ docker build -t opea/translation-ui:latest --build-arg https_proxy=$https_proxy Then run the command `docker images`, you will have the following Docker Images: -1. `opea/gen-ai-comps:llm-tgi-server` -2. `opea/gen-ai-comps:translation-megaservice-server` -3. `opea/gen-ai-comps:translation-ui-server` +1. `opea/llm-tgi:latest` +2. `opea/translation:latest` +3. `opea/translation-ui:latest` ## 🚀 Start Microservices