Chaitanya-02 commited on
Commit
e9c716b
·
verified ·
1 Parent(s): f328557

update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -7
requirements.txt CHANGED
@@ -5,13 +5,10 @@ transformers[torch]
5
  xformers==0.0.23.post1
6
  DeepCache
7
  pandas
8
- numpy
9
  torchmetrics[image]
10
  gradio
11
  spaces
12
- --extra-index-url https://download.pytorch.org/whl/cu121
13
- torch==2.1.2
14
- --extra-index-url https://download.pytorch.org/whl/cu121
15
- torchaudio==2.1.2
16
- --extra-index-url https://download.pytorch.org/whl/cu121
17
- torchvision==0.16.2
 
5
  xformers==0.0.23.post1
6
  DeepCache
7
  pandas
8
+ numpy<2.0
9
  torchmetrics[image]
10
  gradio
11
  spaces
12
+ torch==2.1.2 --extra-index-url https://download.pytorch.org/whl/cu121
13
+ torchaudio==2.1.2 --extra-index-url https://download.pytorch.org/whl/cu121
14
+ torchvision==0.16.2 --extra-index-url https://download.pytorch.org/whl/cu121