Colab Fix

This commit is contained in:
ebolam
2022-09-19 09:38:03 -04:00
parent 2d058afe3b
commit cb5204731c

View File

@@ -208,7 +208,7 @@ def _download_with_aria2(aria2_config: str, total_length: int, directory: str =
if bar is not None:
bar.n = bar.total
bar.close()
koboldai_vars.downloaded_chunks = total
koboldai_vars.downloaded_chunks = bar.total
p.terminate()
done = True
break