torchao
Browse files- requirements.txt +23 -21
requirements.txt
CHANGED
|
@@ -1,21 +1,23 @@
|
|
| 1 |
-
einops
|
| 2 |
-
numpy
|
| 3 |
-
torchaudio==2.8.0
|
| 4 |
-
transformers
|
| 5 |
-
safetensors
|
| 6 |
-
accelerate
|
| 7 |
-
flashpack==0.1.2
|
| 8 |
-
scikit-image>=0.25.2
|
| 9 |
-
imageio
|
| 10 |
-
imageio-ffmpeg
|
| 11 |
-
av
|
| 12 |
-
tqdm
|
| 13 |
-
pillow
|
| 14 |
-
scipy>=1.14
|
| 15 |
-
flash-attn-3 @ https://huggingface.co/alexnasa/flash-attn-3/resolve/main/128/flash_attn_3-3.0.0b1-cp39-abi3-linux_x86_64.whl
|
| 16 |
-
bitsandbytes
|
| 17 |
-
opencv-python
|
| 18 |
-
controlnet_aux
|
| 19 |
-
onnxruntime-gpu
|
| 20 |
-
matplotlib
|
| 21 |
-
dwpose
|
|
|
|
|
|
|
|
|
| 1 |
+
einops
|
| 2 |
+
numpy
|
| 3 |
+
torchaudio==2.8.0
|
| 4 |
+
transformers
|
| 5 |
+
safetensors
|
| 6 |
+
accelerate
|
| 7 |
+
flashpack==0.1.2
|
| 8 |
+
scikit-image>=0.25.2
|
| 9 |
+
imageio
|
| 10 |
+
imageio-ffmpeg
|
| 11 |
+
av
|
| 12 |
+
tqdm
|
| 13 |
+
pillow
|
| 14 |
+
scipy>=1.14
|
| 15 |
+
flash-attn-3 @ https://huggingface.co/alexnasa/flash-attn-3/resolve/main/128/flash_attn_3-3.0.0b1-cp39-abi3-linux_x86_64.whl
|
| 16 |
+
bitsandbytes
|
| 17 |
+
opencv-python
|
| 18 |
+
controlnet_aux
|
| 19 |
+
onnxruntime-gpu
|
| 20 |
+
matplotlib
|
| 21 |
+
dwpose
|
| 22 |
+
|
| 23 |
+
torchao
|