bring in latest changes

This commit is contained in:
mrfakename
2025-05-06 21:20:25 -07:00
parent afa0332e8c
commit cf6d058963
2 changed files with 7 additions and 4 deletions
+2
View File
@@ -116,6 +116,8 @@ class ACEStepPipeline:
self.dtype = torch.bfloat16 if dtype == "bfloat16" else torch.float32
if device.type == "mps" and self.dtype == torch.bfloat16:
self.dtype = torch.float16
if device.type == "mps":
self.dtype = torch.float32
self.device = device
self.loaded = False
self.torch_compile = torch_compile