matthoffner
commited on
Commit
•
2d555b9
1
Parent(s):
65c273f
Update README.md
Browse files
README.md
CHANGED
@@ -1,18 +1,20 @@
|
|
1 |
---
|
2 |
title: wizardcoder
|
3 |
-
emoji:
|
4 |
sdk: docker
|
5 |
app_port: 8000
|
6 |
---
|
7 |
|
8 |
-
#
|
|
|
|
|
9 |
|
10 |
## <a href="https://github.com/ggerganov/ggml" target="_blank">ggml</a>
|
11 |
## <a href="https://github.com/marella/ctransformers" target="_blank">ctransformers</a>
|
12 |
-
## [FastAPI Docs](https://matthoffner-wizardcoder-ggml.hf.space/docs)
|
13 |
|
14 |
### Updates
|
15 |
|
|
|
16 |
* Added /v1/chat/completions
|
17 |
* [Start using ctransformers](https://github.com/marella/ctransformers)
|
18 |
* [Added starcoder example](https://github.com/ggerganov/ggml/tree/master/examples/starcoder)
|
|
|
1 |
---
|
2 |
title: wizardcoder
|
3 |
+
emoji: 🪄⚡️
|
4 |
sdk: docker
|
5 |
app_port: 8000
|
6 |
---
|
7 |
|
8 |
+
# wizardCoder-ggml
|
9 |
+
|
10 |
+
## <a href="https://matthoffner-wizardcoder-ggml.hf.space/docs" target="_blank">FastAPI Docs</a>
|
11 |
|
12 |
## <a href="https://github.com/ggerganov/ggml" target="_blank">ggml</a>
|
13 |
## <a href="https://github.com/marella/ctransformers" target="_blank">ctransformers</a>
|
|
|
14 |
|
15 |
### Updates
|
16 |
|
17 |
+
* Refactored /v1/chat/completions to match OpenAI spec
|
18 |
* Added /v1/chat/completions
|
19 |
* [Start using ctransformers](https://github.com/marella/ctransformers)
|
20 |
* [Added starcoder example](https://github.com/ggerganov/ggml/tree/master/examples/starcoder)
|