Skip to content

Commit

Permalink
add quantization tests
Browse files Browse the repository at this point in the history
  • Loading branch information
youkaichao committed Jul 18, 2024
1 parent fc871a5 commit 7fcac78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/basic_correctness/test_cpu_offload.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
def test_cpu_offload():
compare_two_settings("meta-llama/Llama-2-7b-hf", [],
["--cpu-offload-gb", "4"])
compare_two_settings("nm-testing/llama7b-one-shot-2_4-w4a16-marlin24-t",
[], ["--cpu-offload-gb", "1"])

0 comments on commit 7fcac78

Please sign in to comment.