File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ ForEach ($repositoryName in $repositoryDirectories) {
7373
7474 Write-Host " Computing importance matrix for ${unquantizedModelPath} at ${importanceMatrixPath} ..." - ForegroundColor " DarkYellow"
7575
76- $matrixCommand = " ${llamaCppDirectory} \build\bin\Release\imatrix.exe"
76+ $matrixCommand = " ${llamaCppDirectory} \build\bin\Release\llama- imatrix.exe"
7777
7878 Invoke-Expression " $matrixCommand -m `" ${unquantizedModelPath} `" -f `" ${trainingDataPath} `" -o `" ${importanceMatrixPath} `" -ngl 99"
7979 }
@@ -82,7 +82,7 @@ ForEach ($repositoryName in $repositoryDirectories) {
8282
8383 Write-Host " Quantizing ${unquantizedModelPath} to ${quantizedModelPath} ..." - ForegroundColor " DarkYellow"
8484
85- $quantizeCommand = " ${llamaCppDirectory} \build\bin\Release\quantize.exe"
85+ $quantizeCommand = " ${llamaCppDirectory} \build\bin\Release\llama- quantize.exe"
8686
8787 if ($requiresImportanceMatrix ) {
8888 $quantizeCommand = " ${quantizeCommand} --imatrix `" ${importanceMatrixPath} `" "
You can’t perform that action at this time.
0 commit comments