Fix typo in model architecture class name

#12
by Xenova HF Staff - opened
Xenova changed pull request title from Fix typo on model architecture name to Fix typo in model architecture class name
LightOn AI org

Hi,
Thanks for the PR!
We actually need architectures to be a list of size 2:

"architectures": [
    "LightOnOcrForConditionalGeneration",
    "LightOnOCRForConditionalGeneration"
  ]

as vllm implementation uses capital letter OCR

Hmm I see! Maybe @Molbap can help out here :)

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment