Skip to content

Commit

Permalink
Update deepseek_v2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoritz authored Jun 28, 2024
1 parent 44f087c commit df65a69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vllm/model_executor/models/deepseek_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
from transformers import PretrainedConfig

from vllm.attention import Attention, AttentionMetadata
from vllm.config import CacheConfig
from vllm.distributed import (get_tensor_model_parallel_rank,
get_tensor_model_parallel_world_size,
tensor_model_parallel_all_reduce)
Expand Down

0 comments on commit df65a69

Please sign in to comment.