delete config

This commit is contained in:
Dan Saunders
2025-09-23 15:34:07 +00:00
parent 3277d44d71
commit 1640cd4006
2 changed files with 0 additions and 67 deletions

View File

@@ -131,7 +131,6 @@ 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")