jschen commited on
Commit
2880742
2 Parent(s): 0fe18e7 577d869

Merge remote-tracking branch 'origin/main'

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -3
requirements.txt CHANGED
@@ -1,6 +1,3 @@
1
- --index-url https://download.pytorch.org/whl/cu118
2
- torch==2.0.1
3
-
4
  diffusers>=0.22.0
5
  accelerate
6
  transformers
@@ -8,4 +5,6 @@ gradio==4.1.1
8
  Pillow==10.1.0
9
  sentencepiece==0.1.99
10
  optimum
 
 
11
 
 
 
 
 
1
  diffusers>=0.22.0
2
  accelerate
3
  transformers
 
5
  Pillow==10.1.0
6
  sentencepiece==0.1.99
7
  optimum
8
+ --extra-index-url https://download.pytorch.org/whl/cu118
9
+ torch==2.0.1
10