Skip to content

Commit

Permalink
Update default_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlntin authored Oct 20, 2023
1 parent 745f777 commit 4306ba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorrt_llm_july-release-v1/examples/qwen/default_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class DefaultConfig:
# Maximum sequence length.
# for Qwen-7B-Chat V1.0, the seq_length is 2048
# for Qwen-7B-Chat V1.1, the seq_length is 8192
# for Qwen-14B-Chat, the seq_length is 8192
# for Qwen-14B-Chat, the seq_length is 2048
seq_length = 2048

# Top p for sampling.
Expand All @@ -41,4 +41,4 @@ class DefaultConfig:
temperature = 1.0


default_config = DefaultConfig()
default_config = DefaultConfig()

0 comments on commit 4306ba8

Please sign in to comment.