Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -11,4 +11,5 @@ huggingface-hub
|
|
11 |
# Dependencies often pulled in, but good to specify
|
12 |
transformers
|
13 |
torch
|
14 |
-
tiktoken
|
|
|
|
11 |
# Dependencies often pulled in, but good to specify
|
12 |
transformers
|
13 |
torch
|
14 |
+
tiktoken
|
15 |
+
markdown>=3.4.0
|