We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6abe33a commit 1a859f4Copy full SHA for 1a859f4
lmdeploy/cli/utils.py
@@ -196,7 +196,7 @@ def cp(parser):
196
'--cp',
197
type=int,
198
default=1,
199
- help='context parallelism size in attention for turbomind backend, tp % cp should be 0.')
+ help='context parallelism size in attention for turbomind backend, tp must be a multiple of cp.')
200
201
@staticmethod
202
def dp_rank(parser):
0 commit comments