Skip to content

Commit 27ed65f

Browse files
committed
Updated 'Command Line Generator' section.
1 parent 8865d1f commit 27ed65f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ See [here](https://huggingface.co/jukofyork/creative-writing-control-vectors-v3.
1515
- [Usage](#usage)
1616
- [Examples](#examples)
1717
- [Applying Control Vectors](#applying-control-vectors)
18+
- [Command Line Generator](#command-line-generator)
1819
- [Algorithm Details](#algorithm-details)
1920
- [Troubleshooting](#troubleshooting)
2021
- [Credits](#credits)
@@ -246,21 +247,21 @@ llama-cli --model <model>.gguf [other CLI arguments] \
246247

247248
**NOTE**: It is possible to use scale-factors greater than `1.0`, but if too large it will eventually damage the model's output.
248249

249-
## Important Notes
250+
### Important Notes
250251

251252
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!
252253
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...).
253254
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)).
254255

255-
## Llama.cpp Command Line Generator for Control Vectors
256+
## Command Line Generator
256257

257-
Courtesy of [gghfez](https://huggingface.co/gghfez), this utility helps create command line options:
258+
Courtesy of [gghfez](https://huggingface.co/gghfez), a utility to easily generate command line options for [llama.cpp](https://github.com/ggerganov/llama.cpp):
258259

259260
<p align="center">
260261
<img src="https://github.com/jukofyork/control-vectors/blob/main/command_line_generator.png" alt="Command Line Generator Tool" />
261262
</p>
262263

263-
Use this tool on [GitHub Pages](https://jukofyork.github.io/control-vectors/command_line_generator.html) to easily generate command line options for use with [llama.cpp](https://github.com/ggerganov/llama.cpp).
264+
You can run this tool directly on [GitHub Pages](https://jukofyork.github.io/control-vectors/command_line_generator.html).
264265

265266
---
266267

0 commit comments

Comments
 (0)