Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
0820934
1
Parent(s):
8f40a40
updated
Browse files
README.md
CHANGED
@@ -40,7 +40,8 @@ This application uses:
|
|
40 |
|
41 |
## Implementation Notes
|
42 |
|
43 |
-
- PyTorch 2.0.1 compatibility is ensured through a custom patch (torch_patch.py) that enables
|
44 |
-
-
|
|
|
45 |
|
46 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
40 |
|
41 |
## Implementation Notes
|
42 |
|
43 |
+
- PyTorch 2.0.1 compatibility is ensured through a comprehensive custom patch (torch_patch.py) that enables latest diffusers versions to work with PyTorch 2.0.1
|
44 |
+
- The patch creates placeholder implementations for PyTorch features introduced in 2.1+ (like float8 types, torch.compile, and torch._dynamo)
|
45 |
+
- This approach allows using the latest diffusers version without downgrading, while maintaining full compatibility with ZeroGPU
|
46 |
|
47 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|