Update README.md
Browse files
README.md
CHANGED
@@ -38,11 +38,17 @@ Can I ask a question?<|im_end|>
|
|
38 |
|
39 |
## Support
|
40 |
|
41 |
-
|
42 |
|
43 |
-
|
|
|
|
|
|
|
|
|
44 |
2. Change `"max_position_embeddings"` to `8192` in `config.json`
|
45 |
|
|
|
|
|
46 |
## Credits
|
47 |
|
48 |
- [anthracite-org/Stheno-Data-Filtered](https://huggingface.co/datasets/anthracite-org/Stheno-Data-Filtered)
|
|
|
38 |
|
39 |
## Support
|
40 |
|
41 |
+
To run inference on this model, you'll need to use Aphrodite or vLLM, as llama.cpp hasn't yet merged the required pull request to fix the llama3.1 rope_freqs issue with custom head dimensions.
|
42 |
|
43 |
+
However, you can work around this by quantizing the model yourself to create a functional GGUF file. Note that until [this PR](https://github.com/ggerganov/llama.cpp/pull/9141) is merged, the context will be limited to 8k tokens.
|
44 |
+
|
45 |
+
To create a working GGUF file, make the following adjustments:
|
46 |
+
|
47 |
+
1. Remove the `"rope_scaling": {}` entry from `config.json`
|
48 |
2. Change `"max_position_embeddings"` to `8192` in `config.json`
|
49 |
|
50 |
+
These modifications should allow you to use the model with llama.cpp, albeit with the mentioned context limitation.
|
51 |
+
|
52 |
## Credits
|
53 |
|
54 |
- [anthracite-org/Stheno-Data-Filtered](https://huggingface.co/datasets/anthracite-org/Stheno-Data-Filtered)
|