mosaicml / llm-foundry

LLM training code for Databricks foundation models
https://www.databricks.com/blog/introducing-dbrx-new-state-art-open-llm
Apache License 2.0
3.83k stars 502 forks source link

Fix backwards compatibility for ICL arg #1286

Closed dakinggg closed 2 weeks ago

dakinggg commented 2 weeks ago

We were previously mapping question_prelimiter to prelimiter in the classes. The previous registry PR removed that mapping as the constructor args are passed along directly. This PR adds backwards compatibility for that naming