Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Hi, now tvm wrapper build failed cause by #568. I noticed that the new `BatchQKApplyRotary` interface removed `__restrict__` modifier from `DType* q, DType* k, DType* q_rope, DType* k_rope`, so it's trivial to just add one adapter function to fix this issue. Co-authored-by: tsu-bin <tsubin@gmail.com>
- Loading branch information