diff --git a/convert_hf_to_gguf.py b/convert_hf_to_gguf.py index c66a2b4e6..cdab8b58e 100755 --- a/convert_hf_to_gguf.py +++ b/convert_hf_to_gguf.py @@ -3432,6 +3432,7 @@ class ChameleonModel(Model): def modify_tensors(self, data_torch: Tensor, name: str, bid: int | None) -> Iterable[tuple[str, Tensor]]: # ignore image tokenizer for now + # TODO: remove this once image support is implemented for Chameleon if name.startswith("model.vqmodel"): return []