Update model.py

This commit is contained in:
Kunal Janjirala 2025-05-11 23:33:44 -04:00 committed by GitHub
parent 4cc6253d5c
commit 1ea5a1a7ed
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 from kernel import act_quant, weight_dequant, fp8_gemm
world_size = 1 world_size = 12
rank = 0 rank = 0
block_size = 128 block_size = 128
gemm_impl: Literal["bf16", "fp8"] = "bf16" gemm_impl: Literal["bf16", "fp8"] = "bf16"