-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Wheel naming issue #663
Comments
CUDA and Torch version info missing: |
@ur4t Could you help fix this issue? Thanks. |
setup.py is taking Lines 47 to 55 in b1b1fb8
It seems we specify this env variable in the nightly building script, while the cuda/torch version is missing: https://github.com/flashinfer-ai/flashinfer-nightly/blob/f28fab619a21573c9e1ec0dba8bec841c890cfed/.github/workflows/nightly-release.yml#L51-L52 |
Not sure how this was handled before we changed packaging, but one fix I can think of now is:
|
There are several ways to ensure nightly compatibility. I want to know the name given when version 0.2.0 was released for the main branch of FlashInfer (not nightly). Also, it would be better if we could be compatible with both the nightly and stable releases. |
This issue doesn't exist in the stable release workflow, because we don't specify flashinfer/scripts/run-ci-build-wheel.sh Line 41 in b1b1fb8
|
It will be something like |
I see. I'll help with the nightly build issue. |
fixed with flashinfer-ai/flashinfer-nightly#4 |
ref
#643
#659
#660
#662
@ur4t @xslingcn
Before
After
Expected
The text was updated successfully, but these errors were encountered: