Skip to content

Commit

Permalink
change the worker to 3 (deepjavalibrary#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qing Lan authored Mar 8, 2023
1 parent 525dc58 commit 9ae1e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/llm/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@

transformers_neuronx_model_spec = {
"opt-1.3b": {
"worker": 2,
"worker": 3,
"seq_length": [128, 256],
"batch_size": [4]
}
Expand Down

0 comments on commit 9ae1e0c

Please sign in to comment.