Spaces:
Running
Running
fix: pin diffusers to commit with torchao logger fix
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -6,7 +6,8 @@ torch>=2.5.0
|
|
| 6 |
torchvision
|
| 7 |
torchaudio
|
| 8 |
transformers>=4.51.0,<4.58.0
|
| 9 |
-
|
|
|
|
| 10 |
gradio==6.2.0
|
| 11 |
matplotlib>=3.7.5
|
| 12 |
scipy>=1.10.1
|
|
|
|
| 6 |
torchvision
|
| 7 |
torchaudio
|
| 8 |
transformers>=4.51.0,<4.58.0
|
| 9 |
+
# Pin to commit with torchao quantizer logger fix (NameError); 0.36.0 has bug
|
| 10 |
+
diffusers @ git+https://github.com/huggingface/diffusers.git@1cdb8723b85f1b427031e390e0bd0bebfe92454e
|
| 11 |
gradio==6.2.0
|
| 12 |
matplotlib>=3.7.5
|
| 13 |
scipy>=1.10.1
|