Cough... fixed typo

me not trying to be a grammar villian but a helpful noob
This commit is contained in:
BlueBug 2024-02-06 18:11:20 +09:00
parent eee130d7dd
commit e1e070ca83
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ def main(args):
del gen_kwargs["max_length"]
if not do_sample:
print(f"** Using greedy sampling")
print(f"** Using greedy search instead sampling. Generated captions will be deterministic; meaning it will be the same even if you run this program multiple times.")
del gen_kwargs["top_k"]
del gen_kwargs["top_p"]
del gen_kwargs["temperature"]