Compare commits

..
Author SHA1 Message Date
khluu f28c233a03 test: touch tilelang.py for coverage comparison 2026-05-28 13:33:39 -07:00
2 changed files with 1 additions and 1 deletions
@@ -662,3 +662,4 @@ direct_register_custom_op(
op_func=_hc_head_fused_kernel_tilelang,
mutates_args=["out"],
)
# coverage test
-1
View File
@@ -599,4 +599,3 @@ class LlamaBidirectionalModel(as_embedding_model(LlamaForCausalLM)):
# This class sets the correct attention type and pooling type
# through LlamaBidirectionalConfig.
pass
# coverage test