scripts : update to new build system

This commit is contained in:
Georgi Gerganov
2024-12-09 11:30:16 +02:00
parent 5980b1ae77
commit ed733e85a1
3 changed files with 10 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ if [ $# -eq 0 ]; then
fi
model=$1
main="../main"
main="../build/bin/main"
threads=""
if [ $# -eq 2 ]; then