Update tortoise/utils/devices.py vram issue #44

Merged
mrq merged 1 commits from aJoe/tortoise-tts:main into main 2023-04-12 19:58:04 +00:00

View File

@ -82,6 +82,7 @@ def get_device_vram( name=get_device_name() ):
return available / (1024 ** 3)
def get_device_batch_size(name=None):
name = get_device_name()
Review

here

here
vram = get_device_vram(name)
if vram > 14: