tests : verify that RoPE is "additive"

This commit is contained in:
Georgi Gerganov 2023-09-17 17:54:14 +03:00
parent 80291a1d02
commit c5df72e848
No known key found for this signature in database
GPG key ID: 449E073F9DC10735
3 changed files with 217 additions and 5 deletions

View file

@ -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)