Bug: Missing modeling_iquestpltcoder.py file prevents model from loading

#3
by JohnMolotov - opened

Hi there,

Thank you for releasing the LoopCoder-V2 model!

It looks like the repository is currently missing the core modeling file required to initialize the custom architecture. While configuration_iquestpltcoder.py and tokenization_iquestcoder.py are present, modeling_iquestpltcoder.py appears to have been omitted during the upload.

When attempting to load the model via standard HF transformers or vLLM with trust_remote_code=True, it fails at architecture resolution because the AutoModelForCausalLM hook has no blueprint to construct the layer weights.

Could you please upload modeling_iquestpltcoder.py to the repository? Thank you!

I ran into the same problem. There's a YouTube video where the model is being tested, but I think he's running the model in V1, not V2. https://www.youtube.com/watch?v=ruxvS5Bd3mU

Multilingual-Multimodal-NLP org

Sry for inconvenience, we will release the codebase for inference of v2 version

Sign up or log in to comment