Skip to content

Commit

Permalink
add back qat test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ebsmothers committed Oct 31, 2024
1 parent a878829 commit 83cba27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/recipes/test_qat_distributed.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def _fetch_expected_loss_values(self, model_type):
@pytest.mark.parametrize(
"config, model_type, ckpt_type, micro_batch_size, gradient_accumulation_steps",
[
# ("llama2/7B_qat_full", "llama2", "hf", 4, 1),
("llama2/7B_qat_full", "llama2", "hf", 4, 1),
("llama3/8B_qat_full", "llama3", "tune", 4, 1),
("llama3/8B_qat_full", "llama3", "tune", 1, 4),
],
Expand Down

0 comments on commit 83cba27

Please sign in to comment.