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 12fc653 commit 4186638Copy full SHA for 4186638
vllm/platforms/interface.py
@@ -209,7 +209,8 @@ def has_device_capability(
209
The ``capability`` argument can either be:
210
211
- A tuple ``(major, minor)``.
212
- - An integer ``<major><minor>``. (See {meth}`DeviceCapability.to_int`)
+ - An integer ``<major><minor>``. (See
213
+ [`DeviceCapability.to_int`][vllm.platforms.interface.DeviceCapability.to_int])
214
"""
215
current_capability = cls.get_device_capability(device_id=device_id)
216
if current_capability is None:
0 commit comments