From ef27b2bc221e5acec0cf24b85e5c5f43ef6b1946 Mon Sep 17 00:00:00 2001 From: Arjuna Sky Kok <32124593+arjunaskykok@users.noreply.github.com> Date: Wed, 14 May 2025 20:09:41 +0700 Subject: [PATCH] [docs] add uv installation instructions for source builds (#37968) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d8a711b48e5..00f90f7d6c8 100644 --- a/README.md +++ b/README.md @@ -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