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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,11 +1,11 @@
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
 
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