mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	tests : fix test-tokenizer-0.sh
This commit is contained in:
		| @@ -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-py.log | grep "tokenized in" | ||||||
| cat /tmp/test-tokenizer-0-$name-cpp.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 | diff $input.tok $input.tokcpp > /dev/null 2>&1 | ||||||
|  |  | ||||||
| if [ $? -eq 0 ]; then | if [ $? -eq 0 ]; then | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Georgi Gerganov
					Georgi Gerganov