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 5e53474 commit ea51840Copy full SHA for ea51840
README.md
@@ -38,8 +38,7 @@ Create the following `.env` file in the project directory. Make sure to change t
38
# convert.py script and the quantize.exe binary.
39
LLAMA_CPP_DIRECTORY=C:\windows_llama.cpp\vendor\llama.cpp
40
41
-# Path to the training data needed for computing the importance
42
-# matrix to create the SOTA quants: IQ2_XXS, IQ2_XS and IQ3_XXS
+# Path to the training data for computing the importance matrix.
43
TRAINING_DATA=C:\windows_llama.cpp\vendor\wikitext-2-raw-v1\wikitext-2-raw\wiki.train.raw
44
45
# Path to the Git repositories containing the models.
0 commit comments