Skip to content

Commit

Permalink
tweak for llama 3 f16
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Jan 7, 2025
1 parent 1e5d278 commit 5d7af8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis/test-llm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ do
TinyLlama--TinyLlama_v1.1-q40f16.p0s100) approx="--approx-custom 0.2,0.1,0.004";;
TinyLlama--TinyLlama_v1.1-q40f16.p99s1) approx="--approx-custom 0.2,0.1,0.002";;
TinyLlama--TinyLlama_v1.1-q40f16.p50s50) approx="--approx-custom 0.2,0.1,0.004";;
meta-llama--Llama-3.2-3B-f16f16.p50s50) approx="--approx-custom 0.2,0.1,0.002"
esac


Expand Down

0 comments on commit 5d7af8d

Please sign in to comment.