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 9b7ccb0 commit cc88b06Copy full SHA for cc88b06
quantize_weights_for_llama.cpp.ps1
@@ -65,7 +65,7 @@ ForEach ($repositoryName in $repositoryDirectories) {
65
$convertParameters = "--outfile `"${unquantizedModelPath}`" `"${sourceDirectoryPath}`""
66
67
# Some models have a Byte Pair Encoding (BPE) vocabulary type.
68
- if (@("Smaug-72B-v0.1", "Meta-Llama-3-8B-Instruct", "Meta-Llama-3-70B-Instruct").Contains($repositoryName)) {
+ if (@("Smaug-72B-v0.1").Contains($repositoryName)) {
69
$convertParameters = "--vocab-type `"bpe`" --pad-vocab $convertParameters"
70
}
71
0 commit comments