Remove invalid KoboldCpp option from examples
#2
by
Mikael110
- opened
README.md
CHANGED
@@ -28,7 +28,7 @@ In order to use the increased context length, you can presently use:
|
|
28 |
|
29 |
Support is also expected to come to llama.cpp, however work is still being done to find the optimal implementation.
|
30 |
|
31 |
-
To use the increased context with KoboldCpp, use `--contextsize` to set the desired context, eg `--contextsize 4096` or `--contextsize 8192
|
32 |
|
33 |
**NOTE 1**: Currently RoPE models can _only_ be used at a context size greater than 2048. At 2048 it will produce gibberish. Please make sure you're always setting `--contextsize` and specifying a value higher than 2048, eg 3072, 4096, etc.
|
34 |
|
|
|
28 |
|
29 |
Support is also expected to come to llama.cpp, however work is still being done to find the optimal implementation.
|
30 |
|
31 |
+
To use the increased context with KoboldCpp, use `--contextsize` to set the desired context, eg `--contextsize 4096` or `--contextsize 8192`. Koboldcpp does not currently support context sizes above 8192.
|
32 |
|
33 |
**NOTE 1**: Currently RoPE models can _only_ be used at a context size greater than 2048. At 2048 it will produce gibberish. Please make sure you're always setting `--contextsize` and specifying a value higher than 2048, eg 3072, 4096, etc.
|
34 |
|