Răsfoiți Sursa

tests : fix test-tokenizer-0.sh

Georgi Gerganov 1 an în urmă
părinte
comite
edc29433fa
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      tests/test-tokenizer-0.sh

+ 2 - 0
tests/test-tokenizer-0.sh

@@ -28,6 +28,8 @@ printf "Tokenizing using (cpp) llama.cpp ...\n"
 cat /tmp/test-tokenizer-0-$name-py.log | grep "tokenized in"
 cat /tmp/test-tokenizer-0-$name-cpp.log | grep "tokenized in"
 
+set +e
+
 diff $input.tok $input.tokcpp > /dev/null 2>&1
 
 if [ $? -eq 0 ]; then