Spaces:
Runtime error
Runtime error
feat: Updated README information
Browse files
README.md
CHANGED
@@ -1,12 +1,14 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: ⚡
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: docker
|
7 |
models:
|
8 |
-
-
|
|
|
9 |
pinned: false
|
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: LLAMA CPP Template
|
3 |
emoji: ⚡
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: indigo
|
6 |
sdk: docker
|
7 |
models:
|
8 |
+
- cognitivecomputations/dolphin-2_6-phi-2
|
9 |
+
- TheBloke/dolphin-2_6-phi-2-GGUF
|
10 |
pinned: false
|
11 |
+
license: apache-2.0
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|