From ad548f1b9c3ee09c2a9250f0a7d8d68fad3be780 Mon Sep 17 00:00:00 2001 From: Mathieu Poumeyrol Date: Mon, 18 Nov 2024 10:31:01 +0100 Subject: [PATCH] fix script for e variants --- .travis/test-llm.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis/test-llm.sh b/.travis/test-llm.sh index 01ceadd54a..419271646f 100755 --- a/.travis/test-llm.sh +++ b/.travis/test-llm.sh @@ -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