Spaces:
Runtime error
Runtime error
Update config.yml
Browse files- config.yml +2 -2
config.yml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
hub:
|
3 |
-
repo_id:
|
4 |
-
filename:
|
5 |
llama_cpp:
|
6 |
n_ctx: 2048
|
7 |
n_gpu_layers: 40 # llama 13b has 40 layers
|
|
|
1 |
---
|
2 |
hub:
|
3 |
+
repo_id: RoversX/llama-2-7b-hf-small-shards-Samantha-V1-SFT-ggml
|
4 |
+
filename: ggml-model-q4_0.bin
|
5 |
llama_cpp:
|
6 |
n_ctx: 2048
|
7 |
n_gpu_layers: 40 # llama 13b has 40 layers
|