We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b99e2a commit edc2943Copy full SHA for edc2943
tests/test-tokenizer-0.sh
@@ -28,6 +28,8 @@ printf "Tokenizing using (cpp) llama.cpp ...\n"
28
cat /tmp/test-tokenizer-0-$name-py.log | grep "tokenized in"
29
cat /tmp/test-tokenizer-0-$name-cpp.log | grep "tokenized in"
30
31
+set +e
32
+
33
diff $input.tok $input.tokcpp > /dev/null 2>&1
34
35
if [ $? -eq 0 ]; then
0 commit comments