mirror of https://github.com/astral-sh/uv
Add minimum version to PyTorch guide (#9247)
## Summary Closes https://github.com/astral-sh/uv/issues/9224.
This commit is contained in:
parent
6eeb515a8a
commit
b09d5fcdd9
|
|
@ -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.
|
Python versions and environments, even controlling for the choice of accelerator (e.g., CPU-only vs.
|
||||||
CUDA).
|
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
|
## Installing PyTorch
|
||||||
|
|
||||||
From a packaging perspective, PyTorch has a few uncommon characteristics:
|
From a packaging perspective, PyTorch has a few uncommon characteristics:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue