Skip to content

Commit

Permalink
fix script for e variants
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Nov 20, 2024
1 parent 2133d05 commit ad548f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis/test-llm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ esac

case $q in
q40f16) approx=ultra;;
q40ef16) approx=ultra;;
f16f16) approx=ultra;;
q40f32) approx=very;;
q40ef32) approx=very;;
f32f32) approx=approximate;;
esac

Expand Down

0 comments on commit ad548f1

Please sign in to comment.