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
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