alibaba / alibaba/BladeDISC

version unmatched when i build from source code

Open
#1,083 7 comments 0 reactions 0 assignees View on GitHub
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

![1679227207233](https://user-images.githubusercontent.com/5137359/226173703-73002518-9b0b-44e9-b85c-427e77fa9275.png)

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.