Skip to content

Commit 0967fca

Browse files
authored
[ Translation ] Refine documents (#1795)
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent a3eba01 commit 0967fca

File tree

4 files changed

+311
-605
lines changed

4 files changed

+311
-605
lines changed

Translation/README.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# Translation Application
22

3-
Language Translation is the communication of the meaning of a source-language text by means of an equivalent target-language text.
3+
The Translation example demonstrates the implementation of language translation using OPEA component-level microservices.
44

5-
Translation architecture shows below:
5+
## Table of contents
6+
7+
1. [Architecture](#architecture)
8+
2. [Deployment Options](#deployment-options)
9+
10+
## Architecture
11+
12+
The architecture of the Translation Application is illustrated below:
613

714
![architecture](./assets/img/translation_architecture.png)
815

@@ -60,14 +67,12 @@ flowchart LR
6067

6168
This Translation use case performs Language Translation Inference across multiple platforms. Currently, we provide the example for [Intel Gaudi2](https://www.intel.com/content/www/us/en/products/details/processors/ai-accelerators/gaudi-overview.html) and [Intel Xeon Scalable Processors](https://www.intel.com/content/www/us/en/products/details/processors/xeon.html), and we invite contributions from other hardware vendors to expand OPEA ecosystem.
6269

63-
## Deploy Translation Service
64-
65-
The Translation service can be effortlessly deployed on either Intel Gaudi2 or Intel Xeon Scalable Processors.
66-
67-
### Deploy Translation on Gaudi
68-
69-
Refer to the [Gaudi Guide](./docker_compose/intel/hpu/gaudi/README.md) for instructions on deploying Translation on Gaudi.
70+
## Deployment Options
7071

71-
### Deploy Translation on Xeon
72+
The table below lists the available deployment options and their implementation details for different hardware platforms.
7273

73-
Refer to the [Xeon Guide](./docker_compose/intel/cpu/xeon/README.md) for instructions on deploying Translation on Xeon.
74+
| Platform | Deployment Method | Link |
75+
| ------------ | ----------------- | ----------------------------------------------------------------- |
76+
| Intel Xeon | Docker compose | [Deployment on Xeon](./docker_compose/intel/cpu/xeon/README.md) |
77+
| Intel Gaudi2 | Docker compose | [Deployment on Gaudi](./docker_compose/intel/hpu/gaudi/README.md) |
78+
| AMD ROCm | Docker compose | [Deployment on AMD Rocm](./docker_compose/amd/gpu/rocm/README.md) |

0 commit comments

Comments
 (0)