Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rnwang04 committed Dec 2, 2024
1 parent 5a284a6 commit 488633d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/llm/src/ipex_llm/transformers/npu_models/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,11 @@
import torch
import importlib
from ipex_llm.transformers.npu_models.linear import QuantizedLinear
<<<<<<< HEAD
import tempfile
import time
from typing import Callable, List, Optional
from transformers import GenerationConfig, \
LogitsProcessorList, StoppingCriteriaList
=======
from ipex_llm.transformers.utils import module_name_process
>>>>>>> f2eea036b1 (init commit)


def module_optimization(func) -> torch.nn.Module:
Expand Down

0 comments on commit 488633d

Please sign in to comment.