mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 17:25:07 +02:00
update for cu13 builds (no ci will be provided)
This commit is contained in:
@@ -39,6 +39,9 @@ fi
|
||||
if [ -n "$ARCHES_CU12" ]; then
|
||||
ARCHES_FLAG="LLAMA_ARCHES_CU12=1"
|
||||
fi
|
||||
if [ -n "$ARCHES_CU13" ]; then
|
||||
ARCHES_FLAG="LLAMA_ARCHES_CU13=1"
|
||||
fi
|
||||
if [ -n "$NO_WMMA" ]; then
|
||||
NO_WMMA_FLAG="LLAMA_NO_WMMA=1"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user