This commit is contained in:
Kunal Janjirala 2025-05-11 23:35:34 -04:00 committed by GitHub
commit 585b8f2b12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ import torch.distributed as dist
from kernel import act_quant, weight_dequant, fp8_gemm
world_size = 1
world_size = 12
rank = 0
block_size = 128
gemm_impl: Literal["bf16", "fp8"] = "bf16"