Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Songyang Zhang <[email protected]>
  • Loading branch information
bittersweet1999 and tonysy authored Sep 23, 2024
1 parent 7e8f26b commit 86e26a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ After ensuring that OpenCompass is installed correctly according to the above st
### Advanced Configuration
infer = dict(
partitioner=dict(type=NaivePartitioner),
partitioner=dict(type=NumWorkerPartitioner, num_worker=1),
runner=dict(type=LocalRunner, max_num_workers=16, task=dict(type=OpenICLInferTask)),
)
eval = dict(
Expand Down

0 comments on commit 86e26a7

Please sign in to comment.