don't use deepspeed for the fix_untrained_tokens test

This commit is contained in:
Wing Lian
2025-04-06 07:42:11 -04:00
parent 3d0ab75a0c
commit 0cf42ab8a3

View File

@@ -894,7 +894,7 @@ class TestMultiGPULlama:
"sample_packing": True, "sample_packing": True,
"bf16": True, "bf16": True,
"save_safetensors": True, "save_safetensors": True,
"deepspeed": str(AXOLOTL_ROOT / "deepspeed_configs/zero1.json"), # "deepspeed": str(AXOLOTL_ROOT / "deepspeed_configs/zero1.json"),
"use_tensorboard": True, "use_tensorboard": True,
} }
) )