Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This pull request includes changes to the `flashinfer/jit/__init__.py` file to improve the import structure and handle the `prebuilt_ops_uri` import conditionally. Improvements to import structure: * Removed the unconditional import of `prebuilt_ops_uri` from `aot_config` and added it conditionally within the try-except block to handle cases where `_kernels` or `_kernels_sm90` are not available. [[1]](diffhunk://#diff-39845bb8e1f81f9ca7d510e99dad0c15c7596ebe1ac909dc1b3c25b742700b5cL20) [[2]](diffhunk://#diff-39845bb8e1f81f9ca7d510e99dad0c15c7596ebe1ac909dc1b3c25b742700b5cR48-R52) cc @ByronHsu
- Loading branch information