automatic/modules/dml/memctl/nvidia/__init__.py

7 lines
245 B
Python

from modules.dml.memctl.memctl import MemoryControl
class nVidiaMemoryControl(MemoryControl):
def mem_get_info(index: int):
# DML TODO: Implement or find a general (and also lightweight) way.
return (1073741824, 1073741824)