zamal commited on
Commit
ff0ac6d
·
verified ·
1 Parent(s): 4cd6093

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
- transformers
2
  torch
3
  Pillow
4
  torchvision
5
  einops
6
  accelerate
7
- bitsandbytes
 
8
 
 
1
+ git+https://github.com/huggingface/transformers.git
2
  torch
3
  Pillow
4
  torchvision
5
  einops
6
  accelerate
7
+ bitsandbytes==0.41.3
8
+
9