-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Description
🐛 Describe the bug
tags v2.5.1, the git log shows version is v2.5.1, but its version.txt is 2.5.0a0.
This error will make the torch compiled .whl become torch-.2.5.0a0+xxxxx.whl. After installing this .whl, the environment torch version will be 2.5.0a0, which is wrong. [Correct version i think should be 2.5.1].
After manually changed 2.5.0a0 to 2.5.1 in version.txt, the compiled .whl back to correct torch-2.5.1+xxxx.whl, and everything looks correct.
Versions
Versions of relevant libraries:
[pip3] numpy==1.26.4
[pip3] torch==2.5.1+git1ca95c8
[pip3] torch-npu==2.5.1+git14fa78c
[pip3] torchvision==0.16.0
[conda] gpytorch 1.12
[conda] modelarts-pytorch-model-server 1.0.6
[conda] numpy 1.26.4
[conda] optree 0.13.1
[conda] torch 2.5.1+gita8d6afb
[conda] torch 2.1.0a0+gitf55e5f3
[conda] torch-npu 2.1.0.post11+git9cf5934
[conda] torchvision 0.16.0
Metadata
Metadata
Assignees
Labels
Type
Projects
Status