|
1 | 1 | # Translation Application |
2 | 2 |
|
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. |
4 | 4 |
|
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: |
6 | 13 |
|
7 | 14 |  |
8 | 15 |
|
@@ -60,14 +67,12 @@ flowchart LR |
60 | 67 |
|
61 | 68 | 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. |
62 | 69 |
|
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 |
70 | 71 |
|
71 | | -### Deploy Translation on Xeon |
| 72 | +The table below lists the available deployment options and their implementation details for different hardware platforms. |
72 | 73 |
|
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