Update subgen.py

This commit is contained in:
McCloudS
2024-03-05 08:44:28 -07:00
committed by GitHub
parent f3821b2458
commit ca895788d1

View File

@@ -58,7 +58,6 @@ hf_batch_size = int(os.getenv('HF_BATCH_SIZE', 24))
clear_vram_on_complete = convert_to_bool(os.getenv('CLEAR_VRAM_ON_COMPLETE', True))
compute_type = os.getenv('COMPUTE_TYPE', 'auto')
append = convert_to_bool(os.getenv('APPEND', False))
timestamps = convert_to_bool(os.getenv('TIMESTAMPS', True))
if transcribe_device == "gpu":
transcribe_device = "cuda"