h3-blackwell-runtime/tools/list_attention_backends.py
2026-08-12 14:12:42 +07:00

5 lines
157 B
Python

from h3_blackwell_runtime.attention import attention_backend_status
for name, status in attention_backend_status().items():
print(f"{name}: {status}")