Spaces:
Paused
Paused
iamrobotbear
commited on
Commit
•
ea2b7a3
1
Parent(s):
4584ae8
Update requirements.txt
Browse files- requirements.txt +7 -3
requirements.txt
CHANGED
@@ -11,7 +11,11 @@ llama_index
|
|
11 |
langchain
|
12 |
markdown
|
13 |
markdown2
|
14 |
-
torch
|
15 |
git+https://github.com/huggingface/peft.git
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
11 |
langchain
|
12 |
markdown
|
13 |
markdown2
|
|
|
14 |
git+https://github.com/huggingface/peft.git
|
15 |
+
SentencePiece
|
16 |
+
|
17 |
+
|
18 |
+
transformers==4.29.2
|
19 |
+
accelerate==0.19.0
|
20 |
+
torch==2.0.0
|
21 |
+
einops==0.6.1
|