Update requirements.txt
Browse files- requirements.txt +0 -5
requirements.txt
CHANGED
|
@@ -1,12 +1,7 @@
|
|
| 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
|
|
|
|
| 1 |
torch
|
| 2 |
torchvision
|
|
|
|
| 3 |
packaging
|
| 4 |
ninja
|
| 5 |
flash-attn --no-build-isolation
|
|
|
|
|
|
|
|
|
|
| 6 |
-U xformers --index-url https://download.pytorch.org/whl/cu121
|
|
|
|
| 7 |
-e git+https://github.com/hpcaitech/Open-Sora.git#egg=open-sora
|