Skip to content

Commit 95c13d9

Browse files
authored
Fix Typo for Translation Example (#451)
Signed-off-by: zehao-intel <[email protected]>
1 parent 62ae64f commit 95c13d9

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

Translation/docker/gaudi/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@ docker build -t opea/translation-ui:latest --build-arg https_proxy=$https_proxy
3838

3939
Then run the command `docker images`, you will have the following four Docker Images:
4040

41-
1. `ghcr.io/huggingface/tgi-gaudi:2.0.1`
42-
2. `opea/gen-ai-comps:llm-tgi-gaudi-server`
43-
3. `opea/gen-ai-comps:translation-megaservice-server`
44-
4. `opea/gen-ai-comps:translation-ui-server`
41+
1. `opea/llm-tgi:latest`
42+
2. `opea/translation:latest`
43+
3. `opea/translation-ui:latest`
4544

4645
## 🚀 Start Microservices
4746

Translation/docker/xeon/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ docker build -t opea/translation-ui:latest --build-arg https_proxy=$https_proxy
4646

4747
Then run the command `docker images`, you will have the following Docker Images:
4848

49-
1. `opea/gen-ai-comps:llm-tgi-server`
50-
2. `opea/gen-ai-comps:translation-megaservice-server`
51-
3. `opea/gen-ai-comps:translation-ui-server`
49+
1. `opea/llm-tgi:latest`
50+
2. `opea/translation:latest`
51+
3. `opea/translation-ui:latest`
5252

5353
## 🚀 Start Microservices
5454

0 commit comments

Comments
 (0)