mirror of
https://github.com/deepseek-ai/DeepSeek-V3.git
synced 2025-05-22 02:06:45 -04:00
Update model.py
This commit is contained in:
parent
4cc6253d5c
commit
1ea5a1a7ed
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user