Skip to content
7 changes: 5 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[submodule "dflash/deps/llama.cpp"]
path = dflash/deps/llama.cpp
url = https://github.com/Luce-Org/llama.cpp.git
branch = luce-dflash
# Temporarily pointing at easel's fork (branch fix/cuda-vmm-pool-extension-race)
# while https://github.com/Luce-Org/llama.cpp-dflash-ggml/pull/4 is in review.
# Revert to Luce-Org/llama.cpp.git once that PR is merged.
url = https://github.com/easel/llama.cpp-dflash-ggml.git
branch = fix/cuda-vmm-pool-extension-race
5 changes: 5 additions & 0 deletions dflash/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ if(DFLASH27B_TESTS)
target_include_directories(smoke_load_draft PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/src)
target_link_libraries(smoke_load_draft PRIVATE dflash27b ggml ggml-cuda)
endif()
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/test/spike_thin_copy.cpp")
add_executable(spike_thin_copy test/spike_thin_copy.cpp)
target_include_directories(spike_thin_copy PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/src)
target_link_libraries(spike_thin_copy PRIVATE ggml ggml-cuda)
endif()
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/test/smoke_draft_graph.cpp")
add_executable(smoke_draft_graph test/smoke_draft_graph.cpp)
target_include_directories(smoke_draft_graph PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/src)
Expand Down
2 changes: 1 addition & 1 deletion dflash/deps/llama.cpp
400 changes: 400 additions & 0 deletions dflash/scripts/bench_agent_loop.py

Large diffs are not rendered by default.

Loading