Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
|
4 |
+
packaging
|
5 |
+
ninja
|
6 |
+
flash-attn --no-build-isolation
|
7 |
+
|
8 |
+
-v --disable-pip-version-check --no-cache-dir --no-build-isolation --config-settings "--build-option=--cpp_ext" --config-settings "--build-option=--cuda_ext" git+https://github.com/NVIDIA/apex.git
|
9 |
+
|
10 |
+
-U xformers --index-url https://download.pytorch.org/whl/cu121
|
11 |
+
|
12 |
+
-e git+https://github.com/hpcaitech/Open-Sora.git#egg=open-sora
|