Spaces:
Running
Running
matthoffner
commited on
Commit
Β·
30e298b
1
Parent(s):
3912632
Update README.md
Browse files
README.md
CHANGED
@@ -1,19 +1,19 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
sdk: docker
|
5 |
app_port: 8000
|
6 |
duplicated_from: matthoffner/ggml-ctransformers-fastapi
|
|
|
|
|
7 |
---
|
8 |
|
9 |
-
#
|
10 |
|
11 |
## <a href="https://github.com/ggerganov/ggml" target="_blank">ggml</a>
|
12 |
## <a href="https://github.com/marella/ctransformers" target="_blank">ctransformers</a>
|
13 |
-
## [FastAPI Docs](https://matthoffner-
|
14 |
|
15 |
### Updates
|
16 |
|
17 |
-
*
|
18 |
-
* [Start using ctransformers](https://github.com/marella/ctransformers)
|
19 |
-
* [Added starcoder example](https://github.com/ggerganov/ggml/tree/master/examples/starcoder)
|
|
|
1 |
---
|
2 |
+
title: storywriter
|
3 |
+
emoji: πΎ
|
4 |
sdk: docker
|
5 |
app_port: 8000
|
6 |
duplicated_from: matthoffner/ggml-ctransformers-fastapi
|
7 |
+
colorFrom: gray
|
8 |
+
colorTo: green
|
9 |
---
|
10 |
|
11 |
+
# GGML MPT-7B StoryWriter https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML
|
12 |
|
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 |
+
* Bootstrapped project
|
|
|
|