renamed save-load-state example files replacing underscores by dashes
This commit is contained in:
parent
0f40b0adb9
commit
00ef34dea1
3 changed files with 3 additions and 3 deletions
|
@ -34,5 +34,5 @@ else()
|
|||
add_subdirectory(quantize-stats)
|
||||
add_subdirectory(perplexity)
|
||||
add_subdirectory(embedding)
|
||||
add_subdirectory(save_load_state)
|
||||
add_subdirectory(save-load-state)
|
||||
endif()
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
set(TARGET save_load_state)
|
||||
add_executable(${TARGET} save_load_state.cpp)
|
||||
set(TARGET save-load-state)
|
||||
add_executable(${TARGET} save-load-state.cpp)
|
||||
target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT})
|
||||
target_compile_features(${TARGET} PRIVATE cxx_std_11)
|
Loading…
Add table
Add a link
Reference in a new issue