teachyourselfcoding commited on
Commit
9e016a0
·
1 Parent(s): 9727202

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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
- # peft @ git+https://github.com/huggingface/peft.git@13e53fc7ee5d89d59b16523051006dddf0fb7a49
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@0dcb46e7a4a9e587ba84ff35778ab4233a184c11
21
- # trlx @ git+https://github.com/CarperAI/trlx.git@b91da7b03d8e9fa0c0d6dce10a8f2611aca3013f
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