Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ async def create_text_generation_inference_bundle(
max_input_length = 1024
max_total_tokens = 2048
if "llama-2" in model_name:
max_input_length = 2048
max_input_length = 4095
max_total_tokens = 4096

subcommands = []
Expand Down