We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c093345 commit ad1a863Copy full SHA for ad1a863
lmdeploy/pytorch/chat.py
@@ -73,7 +73,7 @@ def init_model(
73
model = model.cuda(local_rank)
74
75
if not _is_deepspeed_available:
76
- warnings.warn('deepspeed is not installed, ',
+ warnings.warn('deepspeed is not installed, '
77
'use plain huggingface model.')
78
else:
79
model = deepspeed.init_inference(
0 commit comments