add ci (#1642)
Some checks failed
Book-CI / test (push) Has been cancelled
Book-CI / test-1 (push) Has been cancelled
Book-CI / test-2 (push) Has been cancelled
Deploy / deploy (macos-latest) (push) Has been cancelled
Deploy / deploy (ubuntu-latest) (push) Has been cancelled
Deploy / deploy (windows-latest) (push) Has been cancelled

This commit is contained in:
Jianwei Dong 2025-11-25 20:52:08 +08:00 committed by GitHub
parent 2cffdf7033
commit 51745a9ea1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 845 additions and 48 deletions

View file

@ -0,0 +1,5 @@
"""KT-Kernel Test Suite
This test suite is adapted from SGLang's CI testing framework.
It provides hardware-aware test registration and execution with timeout control.
"""