Merge branch 'ml-explore:main' into adding-support-for-mamba2

This commit is contained in:
Gökdeniz Gülmez
2024-12-10 20:43:11 +01:00
committed by GitHub

View File

@@ -79,7 +79,7 @@ def main():
model,
tokenizer,
prompt,
args.max_tokens,
max_tokens=args.max_tokens,
sampler=make_sampler(args.temp, args.top_p),
prompt_cache=prompt_cache,
):