| title: Sample page | |
| # Install Transformers | |
| Install `Transformers` version 2.0 from [Hugging Face](https://huggingface.co/docs/transformers). | |
| > This page uses CUDA and Python. | |
| - Run `python train.py` with `--device cuda`. | |
| - Keep the value at 50%. | |
| | Name | Value | | |
| | :--- | ---: | | |
| | model | `google/translategemma-27b-it` | | |
| <Tip> | |
| Use the API for production workloads. | |
| </Tip> | |
| ```python | |
| print("Transformers") | |
| ``` | |
| [[autodoc]] | |