From 735fcca37af2f32875a656be5dcb282feb299fde Mon Sep 17 00:00:00 2001 From: Nan Xiao Date: Wed, 11 Dec 2024 17:40:56 -0500 Subject: [PATCH] Add PyTorch guide link for uv --- README.md | 3 ++- docs/index.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6dc8db5..6dff17c 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,8 @@ pip install torch torchvision torchaudio --index-url https://download.pytorch.or To manage the PyTorch dependency under a project context using virtual environments, you might want to set up manual sources. For example, -[using Rye](https://rye.astral.sh/guide/faq/#how-do-i-install-pytorch). +[using Rye](https://rye.astral.sh/guide/faq/#how-do-i-install-pytorch) or +[using uv](https://docs.astral.sh/uv/guides/integration/pytorch/). ## Examples diff --git a/docs/index.md b/docs/index.md index 8fd9c84..d31b787 100644 --- a/docs/index.md +++ b/docs/index.md @@ -39,7 +39,8 @@ pip install torch torchvision torchaudio --index-url https://download.pytorch.or To manage the PyTorch dependency under a project context using virtual environments, you might want to set up manual sources. For example, -[using Rye](https://rye.astral.sh/guide/faq/#how-do-i-install-pytorch). +[using Rye](https://rye.astral.sh/guide/faq/#how-do-i-install-pytorch) or +[using uv](https://docs.astral.sh/uv/guides/integration/pytorch/). ## Examples