Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def strip_quant_suffix(name):

def gguf_mmproj_loader(path):
# Reverse version of Qwen2VLVisionModel.modify_tensors
logging.info("Attenpting to find mmproj file for text encoder...")
logging.info("Attempting to find mmproj file for text encoder...")

# get name to match w/o quant suffix
tenc_fname = os.path.basename(path)
Expand Down