gghfez/WizardLM-2-22B-RP-control-vectors
Creative Writing control-vectors for gghfez/WizardLM-2-22B-RP
Usage example
llama.cpp
llama-server --model wizardlm-2-22b-rp-q6_k.gguf [other CLI arguments] \
--control-vector WizardLM-2-22B-RP-character_focus__debias.gguf \
--control-vector WizardLM-2-22B-RP-character_focus__narration.gguf
Exllamav2
Clone this repo into the same directory as the exl2 model but with -vectors appended: `huggingface-cli download gghfez/WizardLM-2-22B-RP-control-vectors --local-dir WizardLM-2-22B-RP-exl2-vectors
So you should have something like /models/WizardLM-2-22B-RP-exl2 /models/WizardLM-2-22B-RP-exl2-vectors
Follow instructions the instructions below for TabbyAPI or Exui:
TabbyAPI Fork
git clone https://github.com/gapeleon/tabbyAPI-control-vectors
cd tabbyAPI-control-vectors
- ./start.sh #let it build the venv, etc then exit
source venv/bin/activate
#to enter the venvpip install gguf
#to read the vectorscp config_sample_control-vectors.yml config.yml
- set the model_dir and model_name in config.yml
- tweak the control-vectors how you want them
- ./start.sh
Exui Fork
git clone https://github.com/gapeleon/exui-control-vectors
- Set it up / install it the same as regular exui
pip install gguf
if you don't have it already- Start exui
python server.py
- Configure the model as usual.
- Tick "Enable control vectors" and wait for them to appear in the UI
- Enable the vectors + direction + scaling you want, then hit "Load Model"
Based off Version v3.0 of creative-writing-control-vectors-v3.0.
See here for more info about control-vectors creative-writing-control-vectors-v3.0
- Downloads last month
- 159