Skip to content

Commit 83cba27

Browse files
committed
add back qat test case
1 parent a878829 commit 83cba27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/recipes/test_qat_distributed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def _fetch_expected_loss_values(self, model_type):
5454
@pytest.mark.parametrize(
5555
"config, model_type, ckpt_type, micro_batch_size, gradient_accumulation_steps",
5656
[
57-
# ("llama2/7B_qat_full", "llama2", "hf", 4, 1),
57+
("llama2/7B_qat_full", "llama2", "hf", 4, 1),
5858
("llama3/8B_qat_full", "llama3", "tune", 4, 1),
5959
("llama3/8B_qat_full", "llama3", "tune", 1, 4),
6060
],

0 commit comments

Comments
 (0)