[CI] Fix: pass string cache_dtype in test_register_kv_caches (#38836)

This commit is contained in:
zhanqiuhu
2026-04-02 15:42:09 -04:00
committed by GitHub
parent 188defbd0b
commit 7b743ba953

View File

@@ -1613,7 +1613,7 @@ def test_register_kv_caches(
)
]
],
cache_dtype=torch.bfloat16,
cache_dtype="bfloat16",
device=torch.accelerator.current_device_index(),
kernel_block_sizes=[block_size],
)