Skip to content

Commit

Permalink
Fix Typo for Translation Example (#451)
Browse files Browse the repository at this point in the history
Signed-off-by: zehao-intel <[email protected]>
  • Loading branch information
zehao-intel committed Jul 24, 2024
1 parent 62ae64f commit 95c13d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions Translation/docker/gaudi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions Translation/docker/xeon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 95c13d9

Please sign in to comment.