From: François Fleuret Date: Tue, 17 Sep 2024 07:45:56 +0000 (+0200) Subject: Update. X-Git-Url: https://ant.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=commitdiff_plain;h=00c025bb8a725c14c6688c7f262866adcd6779e3;p=culture.git Update. --- diff --git a/main.py b/main.py index 8054509..ce86a76 100755 --- a/main.py +++ b/main.py @@ -488,7 +488,7 @@ def generate(model, nb, local_device=main_device): all_masks.split(args.physical_batch_size), ), dynamic_ncols=True, - desc="predict", + desc="generate", total=all_input.size(0) // args.physical_batch_size, ): changed = True