Skip to content

Commit

Permalink
improvement: fix loading visual
Browse files Browse the repository at this point in the history
  • Loading branch information
wansatya committed Oct 19, 2024
1 parent 6ca2516 commit e36dace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggufy.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def download_model(model_path, token):
return cached_path, gguf_file

def animated_loading():
chars = ['.', '.', '..', '..', '...', '...']
chars = [' ', '. ', '.. ', '... ']
while True:
for char in chars:
sys.stdout.write('\r' + f"Generating {char}")
Expand Down

0 comments on commit e36dace

Please sign in to comment.