mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Possible colab aria2 status fix
This commit is contained in:
2
utils.py
2
utils.py
@ -186,7 +186,7 @@ def _download_with_aria2(aria2_config: str, total_length: int, directory: str =
|
||||
|
||||
if bar != "":
|
||||
try:
|
||||
print(bar, end="\r")
|
||||
print('\r' + bar, end='')
|
||||
try:
|
||||
emit('from_server', {'cmd': 'model_load_status', 'data': bar.replace(" ", " ")}, broadcast=True)
|
||||
except:
|
||||
|
Reference in New Issue
Block a user