Skip to content

Commit 121f47c

Browse files
NickLucchedbyoung18
authored andcommitted
[Misc] Minor typo/grammar in platforms/interface.py (vllm-project#17307)
Signed-off-by: NickLucche <[email protected]>
1 parent 49834f1 commit 121f47c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vllm/platforms/interface.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,8 @@ def __getattr__(self, key: str):
411411
if device is not None and hasattr(device, key):
412412
return getattr(device, key)
413413
else:
414-
logger.warning("Current platform %s doesn't has '%s' attribute.",
415-
self.device_name, key)
414+
logger.warning("Current platform %s does not have '%s'" \
415+
" attribute.", self.device_name, key)
416416
return None
417417

418418
@classmethod

0 commit comments

Comments
 (0)