You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR added several marks in ci tests. Now ci tests can run
successfully with Python 3.10+.
However, ci test will still fail with Python 3.9, and it seems to be [a
compatibility problem in
Flashinfer](flashinfer-ai/flashinfer#1964),
and a possible solution is to downgrade Flashinfer to 0.2.6.
`test_rmsnorm.py` is modified by pre-commit.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Tests**
* Benchmark tests now detect when CUDA devices are unavailable and are
automatically skipped to avoid false failures on non-GPU systems.
* Minor formatting cleanup in an integration test import to improve code
consistency and readability.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Signed-off-by: Yuchuan <yuchuan.7streams@gmail.com>
0 commit comments