trollkotze
commited on
Commit
•
cb7cabb
1
Parent(s):
6cd1d54
Assumptions
Browse files- patches/README.md +4 -3
patches/README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
Assumption is that you have llama.cpp and repeng directories under the same parent directory.
|
2 |
Copy files from patches/repeng into your repeng diretory.
|
3 |
-
Apply the diff in patches/llama
|
4 |
Place trainvector.sh in their common parent directory.
|
5 |
-
Run ./trainvector.sh {name-of-your-vector} to generate a vector based on the prompts
|
6 |
|
|
|
|
1 |
+
Assumption is that you have llama.cpp and repeng directories under the same parent directory, and that Miqu is in llama.cpp/models/miqu-1-70b.q5_K_M.gguf
|
2 |
Copy files from patches/repeng into your repeng diretory.
|
3 |
+
Apply the diff in patches/llama inside your llama.cpp directory.
|
4 |
Place trainvector.sh in their common parent directory.
|
5 |
+
Run ./trainvector.sh {name-of-your-vector} to generate a vector based on the prompts generated from your edited repeng/emotion_prompts.py
|
6 |
|
7 |
+
Or build a better pipeline.
|