We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a878829 commit 83cba27Copy full SHA for 83cba27
tests/recipes/test_qat_distributed.py
@@ -54,7 +54,7 @@ def _fetch_expected_loss_values(self, model_type):
54
@pytest.mark.parametrize(
55
"config, model_type, ckpt_type, micro_batch_size, gradient_accumulation_steps",
56
[
57
- # ("llama2/7B_qat_full", "llama2", "hf", 4, 1),
+ ("llama2/7B_qat_full", "llama2", "hf", 4, 1),
58
("llama3/8B_qat_full", "llama3", "tune", 4, 1),
59
("llama3/8B_qat_full", "llama3", "tune", 1, 4),
60
],
0 commit comments