Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangw2 committed Nov 26, 2024
1 parent ad3bc76 commit 70a6310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vllm/model_executor/models/telechat2.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
from vllm.model_executor.layers.sampler import Sampler, SamplerOutput

Check failure on line 32 in vllm/model_executor/models/telechat2.py

View workflow job for this annotation

GitHub Actions / ruff (3.12)

Ruff (F401)

vllm/model_executor/models/telechat2.py:32:57: F401 `vllm.model_executor.layers.sampler.SamplerOutput` imported but unused
from vllm.model_executor.layers.vocab_parallel_embedding import ParallelLMHead
from vllm.model_executor.model_loader.weight_utils import default_weight_loader
from vllm.model_executor.models.llama import (LlamaAttention,
LlamaDecoderLayer,
from vllm.model_executor.models.llama import (LlamaAttention,
LlamaDecoderLayer,
LlamaForCausalLM, LlamaMLP,
LlamaModel)
from vllm.model_executor.sampling_metadata import SamplingMetadata

Check failure on line 39 in vllm/model_executor/models/telechat2.py

View workflow job for this annotation

GitHub Actions / ruff (3.12)

Ruff (F401)

vllm/model_executor/models/telechat2.py:39:51: F401 `vllm.model_executor.sampling_metadata.SamplingMetadata` imported but unused
Expand Down

0 comments on commit 70a6310

Please sign in to comment.