Skip to content

Commit

Permalink
ok we're good
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwh committed Dec 3, 2024
1 parent 87d7665 commit 074d0ec
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/test_export_to_hf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,7 @@ def test_export_lm_to_hf():
config = export_lm_to_hf.ConvertLmConfig(
checkpoint_path=f"{tmpdir}/ckpt",
output_dir=f"{tmpdir}/output",
model=export_lm_to_hf.Gpt2Config(
num_layers=2,
num_heads=2,
seq_len=64,
use_flash_attention=True,
hidden_dim=32,
),
model=model_config,
)
export_lm_to_hf.main(config)

Expand Down

0 comments on commit 074d0ec

Please sign in to comment.