Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyuangong authored and Oscilloscope98 committed Jun 18, 2024
1 parent e34d5ea commit 7e6ca71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/llm/src/ipex_llm/transformers/gguf/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def load_gguf_model(fpath: str, dtype: torch.dtype = torch.float, low_bit: str =
from .gguf import GGUFFileLoader
# Disable ipex duplicate import checker
from ipex_llm.utils.ipex_importer import revert_import
revert_import
revert_import()

loader = GGUFFileLoader(fpath)
model_family = loader.config["general.architecture"]
Expand Down

0 comments on commit 7e6ca71

Please sign in to comment.