5 lines
157 B
Python
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}")
|