Skip to content

Commit

Permalink
whoops 2
Browse files Browse the repository at this point in the history
  • Loading branch information
SalmanMohammadi committed Nov 8, 2024
1 parent 60bccc6 commit 6681749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/recipes/test_eleuther_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def test_eval_recipe_errors_with_qat_quantizer(self, monkeypatch, tmpdir):
tokenizer.path=/tmp/test-artifacts/tokenizer.model \
tokenizer.prompt_template=null \
limit=1 \
dtype=bf16 \
dtype=fp32 \
device=cpu \
quantizer._component_=torchtune.training.quantization.Int8DynActInt4WeightQATQuantizer \
quantizer.groupsize=32\
Expand Down Expand Up @@ -276,7 +276,7 @@ def test_hf_eval_vision(self, caplog, monkeypatch, tmpdir, expected_vision_acc):
tokenizer.path=/tmp/test-artifacts/tokenizer_llama3.model \
tokenizer.prompt_template=null \
limit=5 \
dtype=fp32 \
dtype=bf16 \
device=cpu \
""".split()

Expand Down

0 comments on commit 6681749

Please sign in to comment.