Re-enable quantization test
This commit is contained in:
parent
3501b9df50
commit
992ebff68b
1 changed files with 0 additions and 2 deletions
|
@ -5,7 +5,5 @@ function(llama_add_test source)
|
|||
add_test(NAME ${TEST_TARGET} COMMAND $<TARGET_FILE:${TEST_TARGET}> ${ARGN})
|
||||
endfunction()
|
||||
|
||||
if(NOT APPLE) # fails on macOS due to illegal instruction
|
||||
llama_add_test(test-quantize.c)
|
||||
endif()
|
||||
llama_add_test(test-tokenizer-0.cpp ${CMAKE_CURRENT_SOURCE_DIR}/../models/ggml-vocab.bin)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue