forked from mrq/tortoise-tts
Update tortoise/utils/devices.py vram issue
Added line 85 to set the name variable as it was 'None' causing vram to be incorrect
This commit is contained in:
parent
815ae5d707
commit
eea4c68edc
|
@ -82,6 +82,7 @@ def get_device_vram( name=get_device_name() ):
|
||||||
return available / (1024 ** 3)
|
return available / (1024 ** 3)
|
||||||
|
|
||||||
def get_device_batch_size(name=None):
|
def get_device_batch_size(name=None):
|
||||||
|
name = get_device_name()
|
||||||
vram = get_device_vram(name)
|
vram = get_device_vram(name)
|
||||||
|
|
||||||
if vram > 14:
|
if vram > 14:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user