Skip to content
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

bugfix: symlinks not set up properly in setup.py #580

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

abcdabcd987
Copy link
Member

My last minute change in #567 changed link_data_files() to a context manager. I didn't properly test it. It would fail due to this_dir / "flashinfer" / "data" / "version.txt" not exist.

This PR fixes the issue. I tested that it works, with pip install -v -e ..

BTW, AOT wheel does not have this issue. I'm able to build AOT wheel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant