rm temp argument (#1267)

This commit is contained in:
Sri Harsha Pamu
2025-02-09 11:39:11 -08:00
committed by GitHub
parent f58c7de901
commit 1ced1b00ca

View File

@@ -23,7 +23,6 @@ response = generate(
tokenizer,
prompt=prompt,
verbose=True,
temp=0.0,
prompt_cache=prompt_cache,
)