Spaces:
Runtime error
Runtime error
Commit
•
9c44e81
1
Parent(s):
6b0a4fc
Use CUDA-compiled torch (#1)
Browse files- Use CUDA-compiled torch (3a465716d864c9af4bcd460d14691f56f4061bcd)
Co-authored-by: Omar Sanseviero <osanseviero@users.noreply.huggingface.co>
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
|
|
|
|
1 |
diffusers
|
2 |
transformers
|
3 |
-
torch
|
4 |
scipy
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch
|
3 |
diffusers
|
4 |
transformers
|
|
|
5 |
scipy
|