Skip to content

Commit

Permalink
doc: fix markdown in Translation/README.md (#480)
Browse files Browse the repository at this point in the history
* fix multiple H1 headings

Signed-off-by: David B. Kinder <[email protected]>
Co-authored-by: Abolfazl Shahbazi <[email protected]>
  • Loading branch information
dbkinder and ashahba authored Jul 31, 2024
1 parent 9277fe6 commit d645305
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Translation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ Translation architecture shows below:

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

This Translation use case performs Language Translation Inference on Intel Gaudi2 or Intel XEON Scalable Processors. The Intel Gaudi2 accelerator supports both training and inference for deep learning models in particular for LLMs. Please visit [Habana AI products](https://habana.ai/products) for more details.
This Translation use case performs Language Translation Inference on Intel Gaudi2 or Intel XEON Scalable Processors. The Intel Gaudi2 accelerator supports both training and inference for deep learning models in particular for LLMs. Visit [Habana AI products](https://habana.ai/products) for more details.

# Deploy Translation Service
## Deploy Translation Service

The Translation service can be effortlessly deployed on either Intel Gaudi2 or Intel XEON Scalable Processors.

## Deploy Translation on Gaudi
### Deploy Translation on Gaudi

Refer to the [Gaudi Guide](./docker/gaudi/README.md) for instructions on deploying Translation on Gaudi.

## Deploy Translation on Xeon
### Deploy Translation on Xeon

Refer to the [Xeon Guide](./docker/xeon/README.md) for instructions on deploying Translation on Xeon.

0 comments on commit d645305

Please sign in to comment.