Fix
This commit is contained in:
parent
4c5ebd2f1e
commit
16dd5f65f6
@ -83,7 +83,7 @@ def main():
|
||||
resps_list = model(
|
||||
text_list=batch["text"],
|
||||
proms_list=batch["proms"],
|
||||
resp_list=batch["resp"],
|
||||
resps_list=[r.unsqueeze(-1) for r in batch["resp"]],
|
||||
sampling_temperature=cfg.sampling_temperature,
|
||||
)
|
||||
else:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user