Skip to content

Commit

Permalink
fix qwen2 model issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jikunshang committed Sep 24, 2024
1 parent cf4c3e5 commit 5846c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/model_executor/models/qwen2.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
from vllm.model_executor.model_loader.weight_utils import (
default_weight_loader, maybe_remap_kv_scale_name)
from vllm.model_executor.sampling_metadata import SamplingMetadata
from vllm.platform import current_platform
from vllm.platforms import current_platform
from vllm.sequence import IntermediateTensors

from .interfaces import SupportsLoRA
Expand Down

0 comments on commit 5846c1a

Please sign in to comment.