Spaces:
Running
Running
matthoffner
commited on
Commit
ยท
6f1d473
1
Parent(s):
a2f46f0
Update README.md
Browse files
README.md
CHANGED
@@ -4,8 +4,8 @@ emoji: ๐พ
|
|
4 |
sdk: docker
|
5 |
app_port: 8000
|
6 |
duplicated_from: matthoffner/ggml-ctransformers-fastapi
|
7 |
-
colorFrom:
|
8 |
-
colorTo:
|
9 |
---
|
10 |
|
11 |
# GGML MPT-7B StoryWriter https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML
|
@@ -13,8 +13,9 @@ colorTo: green
|
|
13 |
## <a href="https://github.com/ggerganov/ggml" target="_blank">ggml</a>
|
14 |
## <a href="https://github.com/marella/ctransformers" target="_blank">ctransformers</a>
|
15 |
## [FastAPI Docs](https://matthoffner-storywriter.hf.space/docs)
|
|
|
16 |
|
17 |
### Updates
|
18 |
|
19 |
-
* 5/25: It works
|
20 |
* Bootstrapped project
|
|
|
4 |
sdk: docker
|
5 |
app_port: 8000
|
6 |
duplicated_from: matthoffner/ggml-ctransformers-fastapi
|
7 |
+
colorFrom: pink
|
8 |
+
colorTo: pink
|
9 |
---
|
10 |
|
11 |
# GGML MPT-7B StoryWriter https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML
|
|
|
13 |
## <a href="https://github.com/ggerganov/ggml" target="_blank">ggml</a>
|
14 |
## <a href="https://github.com/marella/ctransformers" target="_blank">ctransformers</a>
|
15 |
## [FastAPI Docs](https://matthoffner-storywriter.hf.space/docs)
|
16 |
+
## [Stream demo](https://matthoffner-storywriter.hf.space/stream)
|
17 |
|
18 |
### Updates
|
19 |
|
20 |
+
* 5/25: It works, added GET route
|
21 |
* Bootstrapped project
|