log device, dtype

This commit is contained in:
Dan Saunders
2025-09-22 22:15:44 -04:00
parent 493616fc3d
commit 94cbc6d42d

View File

@@ -131,6 +131,7 @@ def benchmark_deepseek_v3(args: argparse.Namespace) -> dict:
device = resolve_device(args.device)
dtype = DTYPE_MAP[args.dtype]
print(f"device: {device}, dtype: {dtype}")
if args.n_experts % args.groups != 0:
raise SystemExit("n-experts must be divisible by groups")