ニュース

I want to install CPU torch by default, (e.g. uv run) but allow using GPU torch for users. (e.g. uv run --extra cu124) I expected that uv run will install CPU version of torch (2.6.0+cpu), and uv run ...
I tested the current latest release (v0.6.1) on both Linux and Windows. With Ubuntu 22.04, the cuda-enabled version of PyTorch was installed. But with Windows 11, the installed PyTorch was with CPU ...