add comment to conversion
This commit is contained in:
parent
b16c09a1cc
commit
126201d1a2
1 changed files with 1 additions and 0 deletions
|
@ -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 []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue