justest commited on
Commit
2ceea3f
Β·
1 Parent(s): fcdc0ac
Files changed (1) hide show
  1. config.yml +5 -3
config.yml CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
  hub:
3
- repo_id: TheBloke/wizard-vicuna-13B-GGML
4
- filename: wizard-vicuna-13B.ggmlv3.q4_1.bin
 
 
5
  llama_cpp:
6
  n_ctx: 2048
7
- n_gpu_layers: 40 # llama 13b has 40 layers
8
  chat:
9
  stop:
10
  - "</s>"
 
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-7B-Uncensored-GGML
6
+ filename: Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_1.bin
7
  llama_cpp:
8
  n_ctx: 2048
9
+ # n_gpu_layers: 40 # llama 13b has 40 layers
10
  chat:
11
  stop:
12
  - "</s>"