Skip to content

Commit

Permalink
Remove duplicate layer
Browse files Browse the repository at this point in the history
  • Loading branch information
gc-fu committed Sep 10, 2024
1 parent 28ec3ed commit 8903e92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/llm/src/ipex_llm/transformers/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ def is_linear_module(module):
VLLM_LINEAR_LIST = [
ColumnParallelLinear, RowParallelLinear, QKVParallelLinear,
MergedColumnParallelLinear,
ParallelLMHead
]
if 'xpu' in _VLLM_VERSION:
VLLM_LINEAR_LIST.append(ParallelLMHead)
Expand Down

0 comments on commit 8903e92

Please sign in to comment.