Unverified Commit e6803499 authored by bnellnm's avatar bnellnm Committed by GitHub
Browse files

[Bugfix] Fix custom_ar support check (#7617)

parent 44f26a94
...@@ -15,7 +15,7 @@ from vllm.platforms import current_platform ...@@ -15,7 +15,7 @@ from vllm.platforms import current_platform
from vllm.utils import cuda_device_count_stateless from vllm.utils import cuda_device_count_stateless
try: try:
assert ops.is_custom_op_supported("_C_custom_ar::meta_size") ops.meta_size()
custom_ar = True custom_ar = True
except Exception: except Exception:
# For AMD GPUs and CPUs # For AMD GPUs and CPUs
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment