tests : verify that RoPE is "additive"
This commit is contained in:
parent
80291a1d02
commit
c5df72e848
3 changed files with 217 additions and 5 deletions
|
@ -37,6 +37,8 @@ llama_build_and_test_executable(test-llama-grammar.cpp)
|
|||
llama_build_and_test_executable(test-grad0.cpp) # SLOW
|
||||
# llama_build_and_test_executable(test-opt.cpp) # SLOW
|
||||
|
||||
llama_build_and_test_executable(test-rope.cpp)
|
||||
|
||||
# dummy executable - not installed
|
||||
get_filename_component(TEST_TARGET test-c.c NAME_WE)
|
||||
add_executable(${TEST_TARGET} test-c.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue