Skip to content

Commit 1433e35

Browse files
committed
Readme for --uv
1 parent 10461aa commit 1433e35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Supports Windows, Linux, and Mac.
3030

3131
This will install `torch`, `torchvision`, and `torchaudio`, and will decide the variant based on the user's OS, GPU manufacturer and GPU model number. See [customizing packages](#customizing-packages) for more options.
3232

33+
**Tip:** You can also add the `--uv` flag to install packages using [uv](https://docs.astral.sh/uv/) (instead of `pip`). For e.g. `python -m torchruntime install --uv`
34+
3335
### Step 2. Configure torch
3436
This should be run inside your program, to initialize the required environment variables (if any) for the variant of torch being used.
3537

0 commit comments

Comments
 (0)