Skip to content

Commit

Permalink
change build config interface to use max_seq_len
Browse files Browse the repository at this point in the history
  • Loading branch information
joostinyi committed Oct 21, 2024
1 parent 6ef9008 commit caf238a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions engine-builder/tinyllama/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ resources:
use_gpu: true
trt_llm:
build:
max_input_len: 2048
max_output_len: 2048
max_seq_len: 2048
max_batch_size: 1
max_beam_width: 1
base_model: llama
Expand Down

0 comments on commit caf238a

Please sign in to comment.