Update README.md
Browse files
README.md
CHANGED
@@ -145,7 +145,7 @@ llama-cli --model <model>.gguf [other CLI arguments] \
|
|
145 |
## Important Notes
|
146 |
|
147 |
1. **Always** include the relevant "de-bias" control vector as well as the positive-axis/negative-axis control vector - they cannot be used on their own!
|
148 |
-
2. **Do not** mix both sides of a positive/negative axis at the same time (eg: `'
|
149 |
3. Ensure your `llama.cpp` version is up to date (multi-vector support added 27/06/24 in [#8137](https://github.com/ggerganov/llama.cpp/pull/8137)).
|
150 |
|
151 |
---
|
|
|
145 |
## Important Notes
|
146 |
|
147 |
1. **Always** include the relevant "de-bias" control vector as well as the positive-axis/negative-axis control vector - they cannot be used on their own!
|
148 |
+
2. **Do not** mix both sides of a positive/negative axis at the same time (eg: `'--control-vector language__simple.gguf'` and `'--control-vector language__ornate.gguf'` will just cancel out and have no effect...).
|
149 |
3. Ensure your `llama.cpp` version is up to date (multi-vector support added 27/06/24 in [#8137](https://github.com/ggerganov/llama.cpp/pull/8137)).
|
150 |
|
151 |
---
|