[CI] Fix: pass string cache_dtype in test_register_kv_caches (#38836)
This commit is contained in:
@@ -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],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user