Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
Signed-off-by: Isotr0py <[email protected]>
  • Loading branch information
Isotr0py committed Dec 19, 2024
1 parent d8e6243 commit c2d2349
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vllm/model_executor/layers/quantization/utils/w8a8_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@


def sparse_cutlass_supported() -> bool:
# sparse cutlass is not supported on Rocm
if not current_platform.is_cuda():
return False

Expand All @@ -22,7 +21,6 @@ def sparse_cutlass_supported() -> bool:


def cutlass_fp8_supported() -> bool:
# cutlass is not supported on Rocm
if not current_platform.is_cuda():
return False

Expand Down

0 comments on commit c2d2349

Please sign in to comment.