Skip to content

Commit 277a105

Browse files
authored
common : remove unused regex-partial (ggml-org#25118)
1 parent b3fed31 commit 277a105

5 files changed

Lines changed: 0 additions & 551 deletions

File tree

common/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,8 @@ add_library(${TARGET}
9494
peg-parser.h
9595
preset.cpp
9696
preset.h
97-
regex-partial.cpp
9897
reasoning-budget.cpp
9998
reasoning-budget.h
100-
regex-partial.h
10199
sampling.cpp
102100
sampling.h
103101
speculative.cpp

common/regex-partial.cpp

Lines changed: 0 additions & 204 deletions
This file was deleted.

common/regex-partial.h

Lines changed: 0 additions & 56 deletions
This file was deleted.

tests/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ llama_build_and_test(
211211
peg-parser/test-unicode.cpp
212212
peg-parser/tests.h
213213
)
214-
llama_build_and_test(test-regex-partial.cpp)
215214

216215
if (NOT ${CMAKE_SYSTEM_PROCESSOR} MATCHES "s390x")
217216
set(MODEL_NAME "tinyllamas/stories15M-q4_0.gguf")

0 commit comments

Comments
 (0)