We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ddf4b6 commit 13611fdCopy full SHA for 13611fd
.gitignore
@@ -152,6 +152,3 @@ poetry.toml
152
# IDE
153
*.code-workspace
154
.windsurf/
155
-
156
-# Local bootcamp notes (do not include in PRs)
157
-Bootcamp_Status.md
tools/run/CMakeLists.txt
@@ -21,5 +21,3 @@ endif()
21
22
target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT} ${LLAMA_RUN_EXTRA_LIBS})
23
target_compile_features(${TARGET} PRIVATE cxx_std_17)
24
25
0 commit comments