Skip to content

Commit b9f218f

Browse files
authored
bugfix: fix ci for aot-compile (#1364)
<!-- .github/pull_request_template.md --> ## πŸ“Œ Description Address the CI error such as https://ci.tlcpack.ai/blue/organizations/jenkins/flashinfer-ci/detail/main/481/pipeline ## πŸ” Related Issues <!-- Link any related issues here --> ## πŸš€ Pull Request Checklist Thank you for contributing to FlashInfer! Before we review your pull request, please make sure the following items are complete. ### βœ… Pre-commit Checks - [ ] I have installed `pre-commit` by running `pip install pre-commit` (or used your preferred method). - [ ] I have installed the hooks with `pre-commit install`. - [ ] I have run the hooks manually with `pre-commit run --all-files` and fixed any reported issues. > If you are unsure about how to set up `pre-commit`, see [the pre-commit documentation](https://pre-commit.com/). ## πŸ§ͺ Tests - [ ] Tests have been added or updated as needed. - [ ] All tests are passing (`unittest`, etc.). ## Reviewer Notes <!-- Optional: anything you'd like reviewers to focus on, concerns, etc. --> Co-authored-by: yzh119 <[email protected]>
1 parent ae07c54 commit b9f218f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

β€Žscripts/task_test_aot_build_import.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export TORCH_CUDA_ARCH_LIST="7.5 8.0 8.9 9.0+PTX"
88

99
python -c "import torch; print(torch._C._GLIBCXX_USE_CXX11_ABI)"
1010
python -m flashinfer.aot
11-
python -m build --no-isolation --wheel
11+
python -m build --wheel
1212
pip install dist/*.whl
1313

1414
# test import

0 commit comments

Comments
Β (0)