Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli committed Mar 6, 2024
1 parent e108211 commit 6b539c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_config_hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
("lit_gpt/pretrain.py", "pretrain/debug.yaml"),
("lit_gpt/pretrain.py", "pretrain/tinyllama.yaml"),
("lit_gpt/pretrain.py", "pretrain/tinystories.yaml"),
("finetune/full.py", "finetune/llama-2-7b/full.yaml"),
("finetune/lora.py", "finetune/llama-2-7b/lora.yaml"),
("finetune/lora.py", "finetune/tiny-llama/lora.yaml"),
])
def test_config_help(script_file, config_file, monkeypatch, tmp_path):
"""Test that configs validate against the signature in the scripts."""
Expand Down

0 comments on commit 6b539c4

Please sign in to comment.