We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7528eff commit d2cc40aCopy full SHA for d2cc40a
vllm/model_executor/models/t5.py
@@ -26,7 +26,7 @@
26
from transformers.utils import logging
27
28
from vllm.attention import Attention, AttentionMetadata
29
-from vllm.config import CacheConfig, LoRAConfig, VllmConfig
+from vllm.config import CacheConfig, VllmConfig
30
from vllm.model_executor.layers.activation import get_act_fn
31
from vllm.model_executor.layers.linear import (ColumnParallelLinear,
32
QKVParallelLinear,
0 commit comments