Skip to content

Commit 9ce2847

Browse files
committed
Fix paths
1 parent 7bef329 commit 9ce2847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quantize_weights_for_llama.cpp.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ForEach ($repositoryName in $repositoryDirectories) {
5959

6060
$quantizeCommand = "${llamaCppDirectory}\build\bin\Release\quantize.exe"
6161

62-
Invoke-Expression "$quantizeCommand $unquantizedModelPath $quantizedModelPath $type"
62+
Invoke-Expression "$quantizeCommand `"${unquantizedModelPath}`" `"${quantizedModelPath}`" `"${type}`""
6363
}
6464
}
6565

0 commit comments

Comments
 (0)