fix to use actual prompt

This commit is contained in:
Awni Hannun
2024-01-04 11:07:36 -08:00
parent a5d6d0436c
commit caf314e703

View File

@@ -16,7 +16,7 @@ def generate(
temp: float = 0.0,
):
prompt = tokenizer(
args.prompt,
prompt,
return_tensors="np",
return_attention_mask=False,
)[