Skip to content

Commit

Permalink
[CI] update the falcon model for TRTLLM (#1853)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qing Lan authored May 1, 2024
1 parent 31a3a74 commit 6a3122a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/llm/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@
"option.output_formatter": "jsonlines",
},
"falcon-7b": {
"option.model_id": "s3://djl-llm/triton/0.8.0/falcon-7b-tp1-bs16/",
"option.model_id": "s3://djl-llm/triton/0.9.0/falcon-7b-tp1-bs16/",
"option.tensor_parallel_degree": 1,
"option.max_input_len": 1024,
"option.max_output_len": 512,
Expand Down

0 comments on commit 6a3122a

Please sign in to comment.