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
pip install vllm==0.9.2 automatically installed the torch=2.7.1.
Then, pip install vllm-ascend==0.9.2rc1 comes with a fatal error that could not find a version that satisfies the requirement torch-npu==2.5.1.post1.dev20250619.
BTW, setting pip config set global.extra-index-url "https://download.pytorch.org/whl/cpu/ https://mirrors.huaweicloud.com/ascend/repos/pypi" will keep the pip looking for index forever long.