You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a new directory I run uv inituv venv then uv pip install torch --index-url https://download.pytorch.org/whl/nightly/cu126.
It can correctly install nvidia-*.
my pyproject.toml
uv tree
output afteruv sync
In a new directory I run
uv init
uv venv
thenuv pip install torch --index-url https://download.pytorch.org/whl/nightly/cu126
.It can correctly install
nvidia-*
.and
uv pip tree
givesAnd
torch==2.6.0.dev20241203+cu126
is okay:The text was updated successfully, but these errors were encountered: