Update config.yml
Browse files- config.yml +2 -2
config.yml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
repo: TheBloke/
|
3 |
-
file:
|
4 |
llama_cpp:
|
5 |
n_ctx: 2048
|
6 |
n_gpu_layers: 40 # llama 13b has 40 layers
|
|
|
1 |
---
|
2 |
+
repo: TheBloke/Manticore-13B-GGML
|
3 |
+
file: Manticore-13B.ggmlv2.q5_1.bin
|
4 |
llama_cpp:
|
5 |
n_ctx: 2048
|
6 |
n_gpu_layers: 40 # llama 13b has 40 layers
|