Adityyaa commited on
Commit
a21a10b
·
verified ·
1 Parent(s): 3bab722

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,11 +1,11 @@
1
  torch
 
2
  streamlit
3
  huggingface_hub
4
- git+https://github.com/huggingface/transformers.git
5
- git+https://github.com/huggingface/peft.git
6
- git+https://github.com/huggingface/accelerate.git
7
  datasets
8
- bitsandbytes>=0.40.2
9
  scipy
10
  ipywidgets
11
- matplotlib
 
1
  torch
2
+ transformers==4.24.0
3
  streamlit
4
  huggingface_hub
5
+ accelerate==0.5.1
6
+ Peft
 
7
  datasets
8
+ bitsandbytes>=0.2.3
9
  scipy
10
  ipywidgets
11
+ matplotlib