progress
This commit is contained in:
@@ -275,6 +275,24 @@ llama_test(
|
||||
set_tests_properties(test-longhaul-cpu-laguna PROPERTIES
|
||||
FIXTURES_REQUIRED generate-models
|
||||
)
|
||||
llama_test(
|
||||
test-longhaul
|
||||
NAME test-longhaul-cpu-inkling
|
||||
ARGS --cpu-model "${MODEL_DIR}/inkling-moe.gguf" 73728
|
||||
)
|
||||
set_tests_properties(test-longhaul-cpu-inkling PROPERTIES
|
||||
FIXTURES_REQUIRED generate-models
|
||||
)
|
||||
if (APPLE AND GGML_METAL)
|
||||
llama_test(
|
||||
test-longhaul
|
||||
NAME test-longhaul-metal-inkling
|
||||
ARGS --metal-model "${MODEL_DIR}/inkling-moe.gguf" 73728
|
||||
)
|
||||
set_tests_properties(test-longhaul-metal-inkling PROPERTIES
|
||||
FIXTURES_REQUIRED generate-models
|
||||
)
|
||||
endif()
|
||||
llama_build_and_test(test-token-cache.cpp)
|
||||
target_include_directories(test-token-cache PRIVATE ${PROJECT_SOURCE_DIR}/src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user