Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
xyang16 committed Jul 23, 2024
1 parent dd85d48 commit 1ab44d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/llm/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@
"neuronx-codestral-22b": {
"option.model_id": "bullerwins/Codestral-22B-v0.1-hf",
"option.tensor_parallel_degree": 4,
"option.n_positions": 1024,
"option.n_positions": 512,
"option.rolling_batch": "auto",
"option.max_rolling_batch_size": 41,
"option.output_formatter": "json"
Expand All @@ -945,7 +945,7 @@
"neuronx-llama3-1-8b": {
"option.model_id": "s3://djl-llm/llama-3.1-8b-hf/",
"option.tensor_parallel_degree": 4,
"option.n_positions": 1024,
"option.n_positions": 512,
"option.rolling_batch": "auto",
"option.max_rolling_batch_size": 66,
"option.output_formatter": "json"
Expand Down

0 comments on commit 1ab44d7

Please sign in to comment.