Lim0011 commited on
Commit
c1e8bbe
·
verified ·
1 Parent(s): a79dcfe

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -3,12 +3,12 @@ torch
3
  torchvision
4
  torchaudio
5
 
6
- huggingface_hub==0.22.2
7
  # images
8
  pillow
9
 
10
  # common ml packages
11
- transformers
12
  scikit-learn
13
  xgboost
14
  keras
@@ -23,7 +23,7 @@ kaggle
23
  # llm
24
  anthropic
25
  sentencepiece
26
- peft
27
  accelerate
28
  evaluate
29
 
 
3
  torchvision
4
  torchaudio
5
 
6
+ huggingface_hub>=0.12.0
7
  # images
8
  pillow
9
 
10
  # common ml packages
11
+ transformers>=4.30.0
12
  scikit-learn
13
  xgboost
14
  keras
 
23
  # llm
24
  anthropic
25
  sentencepiece
26
+ peft>=0.3.0
27
  accelerate
28
  evaluate
29