documentation fixes

This commit is contained in:
Lincoln Stein
2022-11-12 15:14:33 +00:00
parent 66c920fc19
commit 7ad2355b1d
3 changed files with 17 additions and 8 deletions

View File

@ -569,7 +569,7 @@ class Generate:
elif args.seed >= 0:
seed = args.seed
else:
seed = random.randrange(0, np.iinfo(np.uint32).max)
seed = random.randrange(0, np.iinfo(np.uint32).max)
if opt.prompt is not None:
prompt = opt.prompt