[docs] add uv installation instructions for source builds (#37968)

This commit is contained in:
Arjuna Sky Kok 2025-05-14 20:09:41 +07:00 committed by GitHub
parent 4a2decd192
commit ef27b2bc22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,7 +98,12 @@ Install Transformers from source if you want the latest changes in the library o
```shell
git clone https://github.com/huggingface/transformers.git
cd transformers
# pip
pip install .[torch]
# uv
uv pip install .[torch]
```
## Quickstart