Skip to content

Commit

Permalink
no evals for mamba tests
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Dec 9, 2023
1 parent 046cd3b commit 937d8e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/test_mamba.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_fft(self, temp_dir):
"flash_attention": False,
"sequence_len": 1024,
"load_in_8bit": False,
"val_set_size": 0.1,
"val_set_size": 0.0,
"datasets": [
{
"path": "mhenrichsen/alpaca_2k_test",
Expand All @@ -53,7 +53,7 @@ def test_fft(self, temp_dir):
"lr_scheduler": "cosine",
"max_steps": 20,
"save_steps": 10,
"eval_steps": 10,
"eval_steps": None,
"save_safetensors": False,
}
)
Expand Down

0 comments on commit 937d8e8

Please sign in to comment.