Missing torchvision==0.24.0.dev20250804+cu128 required by vllm+gptoss installation

#155
by BanderaTar - opened

While installing vllm==0.10.1+gptoss, the setup requires a specific version of torchvision:
torchvision==0.24.0.dev20250804+cu128

However, this particular build appears to have been removed from the PyTorch nightly repository:
https://download.pytorch.org/whl/nightly/torchvision

As a result, the installation fails with the following error:
ERROR: Could not find a version that satisfies the requirement torchvision==0.24.0.dev20250804+cu128

Could you please clarify the proper way to install or resolve this dependency?
Should we use a nearby nightly build (e.g. 0.24.0.dev20250813+cu128) or rebuild torchvision manually from source for compatibility with the August 4th torch stack?

I have the same error.
This merge request is potentially related: https://github.com/openai/gpt-oss/pull/209

Sign up or log in to comment