Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaniappan-amd committed Jun 13, 2024
1 parent bbb1521 commit b2ffd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/model_executor/layers/linear.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from vllm.logger import init_logger
from vllm.model_executor.layers.quantization.base_config import (
QuantizationConfig, QuantizeMethodBase)
if ((torch.version.hip is not None):
if (torch.version.hip is not None):
from vllm.model_executor.layers.tuned_gemm import tgemm
from vllm.model_executor.utils import set_weight_attrs

Expand Down

0 comments on commit b2ffd9c

Please sign in to comment.