This commit is contained in:
Dan Saunders
2025-04-25 02:28:38 +00:00
parent 6810f0ee19
commit 926dc4af90
6 changed files with 594 additions and 532 deletions

View File

@@ -1,6 +1,4 @@
"""
E2E tests for mixtral
"""
"""E2E tests for mixtral"""
import logging
import os
@@ -99,6 +97,7 @@ class TestMixtral(unittest.TestCase):
"bf16": "auto",
}
)
cfg = validate_config(cfg)
normalize_config(cfg)
cli_args = TrainerCliArgs()
dataset_meta = load_datasets(cfg=cfg, cli_args=cli_args)