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 b2e7df2 commit 48b91daCopy full SHA for 48b91da
lmdeploy/cli/utils.py
@@ -367,7 +367,7 @@ def calib_search_scale(parser):
367
@staticmethod
368
def device(parser,
369
default: str = 'cuda',
370
- choices: List[str] = ['cuda', 'ascend', 'maca']):
+ choices: List[str] = ['cuda', 'ascend', 'maca', 'camb']):
371
"""Add argument device to parser."""
372
373
return parser.add_argument('--device',
0 commit comments