Spaces:
Runtime error
Runtime error
zR
commited on
Commit
Β·
9a1a48f
1
Parent(s):
5594a09
req changed
Browse files- README.md +4 -0
- requirements.txt +1 -1
README.md
CHANGED
|
@@ -19,6 +19,10 @@ disable_embedding: false
|
|
| 19 |
|
| 20 |
# LongWriter
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
```shell
|
| 23 |
python app.py
|
| 24 |
```
|
|
|
|
| 19 |
|
| 20 |
# LongWriter
|
| 21 |
|
| 22 |
+
## How to run this space
|
| 23 |
+
|
| 24 |
+
Run with the Code
|
| 25 |
+
|
| 26 |
```shell
|
| 27 |
python app.py
|
| 28 |
```
|
requirements.txt
CHANGED
|
@@ -8,4 +8,4 @@ huggingface-hub==0.24.5
|
|
| 8 |
sentencepiece==0.2.0
|
| 9 |
jinja2==3.1.4
|
| 10 |
sentence_transformers==3.0.1
|
| 11 |
-
|
|
|
|
| 8 |
sentencepiece==0.2.0
|
| 9 |
jinja2==3.1.4
|
| 10 |
sentence_transformers==3.0.1
|
| 11 |
+
tiktoken==0.7.0
|