Spaces:
Runtime error
Runtime error
Upload README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,17 @@ license: cc-by-4.0
|
|
20 |
|
21 |
The model used in this program is still being tested, and this program is only used to show how it works, not to be used for real production
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
# Reference
|
24 |
[1]. https://github.com/LAION-AI/Open-Assistant
|
25 |
|
26 |
|
|
|
|
|
|
20 |
|
21 |
The model used in this program is still being tested, and this program is only used to show how it works, not to be used for real production
|
22 |
|
23 |
+
|
24 |
+
# TODO
|
25 |
+
|
26 |
+
- [ ] support 7B model
|
27 |
+
- [ ] add RWKV model
|
28 |
+
- [ ] add params option(inference device/decode strategies)
|
29 |
+
|
30 |
+
|
31 |
# Reference
|
32 |
[1]. https://github.com/LAION-AI/Open-Assistant
|
33 |
|
34 |
|
35 |
+
|
36 |
+
|