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 7bef329 commit 9ce2847Copy full SHA for 9ce2847
quantize_weights_for_llama.cpp.ps1
@@ -59,7 +59,7 @@ ForEach ($repositoryName in $repositoryDirectories) {
59
60
$quantizeCommand = "${llamaCppDirectory}\build\bin\Release\quantize.exe"
61
62
- Invoke-Expression "$quantizeCommand $unquantizedModelPath $quantizedModelPath $type"
+ Invoke-Expression "$quantizeCommand `"${unquantizedModelPath}`" `"${quantizedModelPath}`" `"${type}`""
63
}
64
65
0 commit comments