From b09d5fcdd949405341d05af591c8e39ff5ed85d8 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Tue, 19 Nov 2024 16:21:43 -0500 Subject: [PATCH] Add minimum version to PyTorch guide (#9247) ## Summary Closes https://github.com/astral-sh/uv/issues/9224. --- docs/guides/integration/pytorch.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/guides/integration/pytorch.md b/docs/guides/integration/pytorch.md index 42ae56ea9328..485f314b28cf 100644 --- a/docs/guides/integration/pytorch.md +++ b/docs/guides/integration/pytorch.md @@ -5,6 +5,11 @@ development. You can use uv to manage PyTorch projects and PyTorch dependencies Python versions and environments, even controlling for the choice of accelerator (e.g., CPU-only vs. CUDA). +!!! note + + Some of the features outlined in this guide require uv version 0.5.3 or later. If you're using an + older version of uv, we recommend upgrading prior to configuring PyTorch. + ## Installing PyTorch From a packaging perspective, PyTorch has a few uncommon characteristics: