VIVEK JAYARAM commited on
Commit ·
70df83d
1
Parent(s): d6f08b1
Added cu to torch
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
|
|
| 1 |
diffusers
|
| 2 |
gradio
|
| 3 |
numpy
|
| 4 |
Pillow
|
| 5 |
PyYAML
|
| 6 |
scipy
|
|
|
|
| 7 |
torch
|
| 8 |
torchvision
|
| 9 |
tqdm
|
|
|
|
| 1 |
+
accelerate
|
| 2 |
diffusers
|
| 3 |
gradio
|
| 4 |
numpy
|
| 5 |
Pillow
|
| 6 |
PyYAML
|
| 7 |
scipy
|
| 8 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 9 |
torch
|
| 10 |
torchvision
|
| 11 |
tqdm
|