Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Sordoni committed Nov 13, 2024
1 parent 84780a2 commit bd14696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_library_transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def test_phatgoose(tiny_flan, tmp_path, create_dummy_expert, monkeypatch):
"warmup_steps": 0,
"modify_layers": "k_proj|v_proj|q_proj|o_proj",
"trainable_param_names": ".*lora_[ab].*",
"output_dir": tmp_path,
"output_dir": str(tmp_path),
"precision": "32",
"model": "EleutherAI/gpt-neo-125m",
"dataset": dataset_id,
Expand Down

0 comments on commit bd14696

Please sign in to comment.