Spaces:
Running
Running
Commit
·
19234d8
1
Parent(s):
f983829
Create Mythoboros_4K.sh
Browse files- Mythoboros_4K.sh +8 -0
Mythoboros_4K.sh
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/bash
|
2 |
+
|
3 |
+
# Modify as needed
|
4 |
+
# This uses CLBlast 0 0 & OpenBLAS (batch size 256) & 20 GPU Layers with the recommended ropeconfig, to extend the Mythoboros GGML to 4K context.
|
5 |
+
|
6 |
+
KCPP=/path/to/koboldcpp-1.38/koboldcpp.py
|
7 |
+
MYTHOBOROS=/path/to/mythoboros-13b.ggmlv3.q5_0.bin
|
8 |
+
python3 $KCPP /media/inpw/b28b0629-039b-47cc-b3ae-2e617ad16aea/GGML/ 5001 --useclblast 0 0 --unbantokens --blasbatchsize 256 --gpulayers 20 --ropeconfig 1.0 20000 --contextsize 4096
|