Buckets:

hf-doc-build/doc-dev / trl /pr_4331 /en /installation.md
rtrm's picture
|
download
raw
924 Bytes
# Installation
You can install TRL either from PyPI or from source:
## PyPI
Install the library with pip or [uv](https://docs.astral.sh/uv/):
<hfoptions id="install">
<hfoption id="uv">
uv is a fast Rust-based Python package and project manager. Refer to [Installation](https://docs.astral.sh/uv/getting-started/installation/) for installation instructions.
```bash
uv pip install trl
```
</hfoption>
<hfoption id="pip">
```bash
pip install trl
```
</hfoption>
</hfoptions>
## Source
You can also install the latest version from source. First clone the repo and then run the installation with `pip`:
```bash
git clone https://github.com/huggingface/trl.git
cd trl/
pip install -e .
```
If you want the development install you can replace the pip install with the following:
```bash
pip install -e ".[dev]"
```
<EditOnGithub source="https://github.com/huggingface/trl/blob/main/docs/source/installation.md" />

Xet Storage Details

Size:
924 Bytes
·
Xet hash:
a54d561499f0b3acae87bde10aaa8cd99d89a737080f583ac5dd35dbfdeba777

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.