Spaces:
Runtime error
Runtime error
Commit
·
9e016a0
1
Parent(s):
9727202
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -11,14 +11,14 @@ gradio==3.20.0
|
|
11 |
huggingface-hub==0.13.3
|
12 |
loralib==0.1.1
|
13 |
nvitop==1.0.0
|
14 |
-
|
15 |
sentencepiece==0.1.96
|
16 |
tensorboard==2.12.0
|
17 |
texttable==1.6.7
|
18 |
tokenizers==0.13.2
|
19 |
tqdm==4.65.0
|
20 |
-
|
21 |
-
|
22 |
wandb==0.13.10
|
23 |
triton==2.0.0
|
24 |
|
|
|
11 |
huggingface-hub==0.13.3
|
12 |
loralib==0.1.1
|
13 |
nvitop==1.0.0
|
14 |
+
peft
|
15 |
sentencepiece==0.1.96
|
16 |
tensorboard==2.12.0
|
17 |
texttable==1.6.7
|
18 |
tokenizers==0.13.2
|
19 |
tqdm==4.65.0
|
20 |
+
transformers @ git+https://github.com/huggingface/transformers.git
|
21 |
+
trlx
|
22 |
wandb==0.13.10
|
23 |
triton==2.0.0
|
24 |
|