Fix architecture name in config.json ("Qwen3_5_MoeForConditionalGeneration" -> "Qwen3_5MoeForConditionalGeneration")

#1
by kataguru - opened

Hi @Accio-Lab team,

Thank you for releasing Occamy 1.0 FP8!

There is a small typo in config.json regarding the model architecture name:

"architectures": [
  "Qwen3_5_MoeForConditionalGeneration"
]

Thanks for flagging this! I checked the current main config, and it already uses Qwen3_5MoeForConditionalGeneration (without the extra underscore). Could you try downloading a fresh config.json from this repo? If you still see the old spelling, please share the revision you are loading.

Sign up or log in to comment