• Your Name's avatar
    Fix global_args not propagated to state module · 8512c7db
    Your Name authored
    text.py's set_global_args() was only setting its local global_args but
    not calling state.set_global_args(). This meant _load_default_model()
    and _load_model_by_name() got None from get_global_args(), so CLI flags
    like --flash-attn, --n-gpu-layers, --ram were not passed to backends.
    8512c7db
Name
Last commit
Last update
..
__init__.py Loading commit data...
app.py Loading commit data...
images.py Loading commit data...
log.py Loading commit data...
state.py Loading commit data...
text.py Loading commit data...
transcriptions.py Loading commit data...
tts.py Loading commit data...