zamal commited on
Commit
ba199df
1 Parent(s): d7936c9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -4
requirements.txt CHANGED
@@ -1,9 +1,8 @@
1
- # Install torch for your CUDA version (adjust for your Colab environment)
2
  torch
3
  torchvision --index-url https://download.pytorch.org/whl/cu118
4
  einops
5
  tensorflow-cpu
6
- transformers
7
- accelerate
8
- bitsandbytes
9
  gradio
 
 
 
 
1
  torch
2
  torchvision --index-url https://download.pytorch.org/whl/cu118
3
  einops
4
  tensorflow-cpu
5
+ git+https://github.com/huggingface/transformers.git
 
 
6
  gradio
7
+ bitsandbytes==0.41.3
8
+ accelerate==0.25.0