zamal commited on
Commit
a650d02
·
verified ·
1 Parent(s): 093f79d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
- torch==2.0.1
2
- torchvision==0.15.2
3
- einops
4
- tensorflow-cpu
5
- transformers
6
- accelerate
 
7
  bitsandbytes
8
  gradio
 
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