mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
fix code formatting under modules/dml
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import torch
|
||||
from typing import Optional
|
||||
import torch
|
||||
|
||||
|
||||
class Generator(torch.Generator):
|
||||
def __init__(self, device: Optional[torch.device] = None):
|
||||
|
||||
Reference in New Issue
Block a user