Parameter not exists.
#16
by
huggingaitoday
- opened
The OOM error for moe has indeed been fixed in the latest commit, but a new parameter missing error has emerged:
In line 1793 of modeling_hunyuan_image_3.py, the parameter self.config.model_version does not exist in the statement self._tokenizer = HunyuanImage3TokenizerFast.from_pretrained(tokenizer, model_version=self.config.model_version). The code can run normally after removing this parameter.
This comment has been hidden