Update config.yml
Browse files- config.yml +1 -0
config.yml
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
hub:
|
3 |
repo_id: winglian/manticore-13b-chat-pyg-ggml
|
4 |
filename: manticore-13b-chat-pyg-q5_1.ggml.bin
|
|
|
5 |
llama_cpp:
|
6 |
n_ctx: 2048
|
7 |
n_gpu_layers: 40 # llama 13b has 40 layers
|
|
|
2 |
hub:
|
3 |
repo_id: winglian/manticore-13b-chat-pyg-ggml
|
4 |
filename: manticore-13b-chat-pyg-q5_1.ggml.bin
|
5 |
+
use_auth_token: true
|
6 |
llama_cpp:
|
7 |
n_ctx: 2048
|
8 |
n_gpu_layers: 40 # llama 13b has 40 layers
|