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 0a32ca2 commit 47e39aeCopy full SHA for 47e39ae
CMakeLists.txt
@@ -61,7 +61,7 @@ add_compile_definitions(LOG_DISABLE_LOGS)
61
add_compile_definitions(GGML_USE_CPU)
62
add_compile_definitions(GGML_USE_CPU_REPACK)
63
add_compile_definitions(NOMINMAX)
64
-add_compile_definitions(_REGEX_MAX_STACK_COUNT=10000)
+add_compile_definitions(_REGEX_MAX_STACK_COUNT=5000)
65
66
if (GGML_HIP_FORCE_ROCWMMA_FATTN_GFX12)
67
add_compile_definitions(GGML_HIP_ROCWMMA_FATTN_GFX12)
0 commit comments