Skip to content

Commit 3b13af4

Browse files
committed
merge upstream/master
2 parents 146bd1d + bdec219 commit 3b13af4

29 files changed

+3974
-391
lines changed

CMakeLists.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,11 @@ set_target_properties(infini_run PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BIN
196196

197197
# Tests
198198
add_executable(test_hook test/hook/test_hook.cc)
199-
target_link_libraries(test_hook infini_train)
199+
link_infini_train_exe(test_hook)
200200

201201
add_executable(test_precision_check test/hook/test_precision_check.cc)
202-
target_link_libraries(test_precision_check infini_train)
202+
link_infini_train_exe(test_precision_check)
203+
204+
add_executable(test_lora test/lora/test_lora.cc)
205+
link_infini_train_exe(test_lora)
206+

0 commit comments

Comments
 (0)