Spaces:
Runtime error
Runtime error
revert
Browse files- config.yml +4 -4
config.yml
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
---
|
2 |
hub:
|
3 |
-
|
4 |
-
|
5 |
-
repo_id: TheBloke/Wizard-Vicuna-13B-Uncensored-GGML
|
6 |
-
filename: Wizard-Vicuna-13B-Uncensored.ggmlv3.
|
7 |
llama_cpp:
|
8 |
n_ctx: 2048
|
9 |
# n_gpu_layers: 40 # llama 13b has 40 layers
|
|
|
1 |
---
|
2 |
hub:
|
3 |
+
repo_id: TheBloke/wizard-vicuna-13B-GGML
|
4 |
+
filename: wizard-vicuna-13B.ggmlv3.q4_1.bin
|
5 |
+
# repo_id: TheBloke/Wizard-Vicuna-13B-Uncensored-GGML
|
6 |
+
# filename: Wizard-Vicuna-13B-Uncensored.ggmlv3.q4_1.bin
|
7 |
llama_cpp:
|
8 |
n_ctx: 2048
|
9 |
# n_gpu_layers: 40 # llama 13b has 40 layers
|