Skip to content

Commit

Permalink
gguf : remove is_lora from Model class
Browse files Browse the repository at this point in the history
I must have added this back by mistake when rebasing.
  • Loading branch information
danbev committed Nov 11, 2024
1 parent 3a5508b commit 3cb6096
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion convert_hf_to_gguf.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def __init__(self, dir_model: Path, ftype: gguf.LlamaFileType, fname_out: Path,
self.metadata_override = metadata_override
self.model_name = model_name
self.dir_model_card = dir_model # overridden in convert_lora_to_gguf.py
self.is_lora = is_lora # true if model is used inside convert_lora_to_gguf.py
self.preprocessor_config = self.load_preprocessor_config(self.dir_model)

# Apply heuristics to figure out typical tensor encoding based on first layer tensor encoding type
Expand Down

0 comments on commit 3cb6096

Please sign in to comment.