Skip to content

Commit edc2943

Browse files
committed
tests : fix test-tokenizer-0.sh
1 parent 8b99e2a commit edc2943

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test-tokenizer-0.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ printf "Tokenizing using (cpp) llama.cpp ...\n"
2828
cat /tmp/test-tokenizer-0-$name-py.log | grep "tokenized in"
2929
cat /tmp/test-tokenizer-0-$name-cpp.log | grep "tokenized in"
3030

31+
set +e
32+
3133
diff $input.tok $input.tokcpp > /dev/null 2>&1
3234

3335
if [ $? -eq 0 ]; then

0 commit comments

Comments
 (0)