Can't spin up an endpoint without this part of the config
#11
by
nicokuzak
- opened
When trying to spin up a sentence embedding endpoint, I get the error Error: Failed to parse config.json missing field architectures at line 21 column 1. The L6 model has this and doesn't have any problems. I'm emulating the L6 version here
Well spotted! This is a leftover from https://huggingface.co/microsoft/MiniLM-L12-H384-uncased which has an old config.json. Merging this - let me know if it works now!
tomaarsen
changed pull request status to
merged
Yup, working now. Thanks for the quick eyes Tom!