mirror of
https://github.com/vladmandic/automatic
synced 2026-09-03 11:30:46 +02:00
d2d5011bd3
Stable.
8 lines
199 B
Python
8 lines
199 B
Python
from modules.dml.optimizer.optimizer import Optimizer
|
|
|
|
class nVidiaOptimizer(Optimizer):
|
|
def memory_stats(index):
|
|
raise NotImplementedError()
|
|
# DML TODO: Implement
|
|
return
|