version unmatched when i build from source code
- Dominant language
- C++
- Stars
- 933
- Forks
- 169
- PR merge metrics
- No merged PRs in 30d
Description
After I git clone this project, i tried to compile from source code.
when i ran into bash ./scripts/build_pytorch_blade.sh
i got this error while my pytorch version is

torch.__version__
'2.1.0.dev20230316+cpu'
and torchvision.__version__ is
'0.16.0.dev20230316+cpu'
which are the latest version right from the pip.
Can you tell me a way not to downgrade my pytorch or torchvision and install BladeDisc Successfully by change build_pytorch_blade.sh or requirements.txt a little bit? Thank you very much!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with scripts/build_pytorch_blade.sh and requirements.txt, then reproduce the failure with bash ./scripts/build_pytorch_blade.sh using the reported PyTorch 2.1.0.dev20230316+cpu and torchvision 0.16.0.dev20230316+cpu versions. Trace the version check shown in the error and confirm that a source build completes without requiring a downgrade.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash, cpp, pytorch
- Domain
- build-system, compilers, machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100