YiftachEde commited on
Commit
0820934
·
1 Parent(s): 8f40a40
Files changed (1) hide show
  1. README.md +3 -2
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 newer diffusers versions to work with PyTorch 2.0.1 by adding placeholder attributes
44
- - Diffusers 0.24.0 is used as it provides the necessary functionality while being compatible with our patching approach
 
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