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.85k stars 504 forks source link

Fix tuple typing #1235

Closed dakinggg closed 1 month ago

dakinggg commented 1 month ago

The tuple typing was incorrect (indicated tuples only contained one element, but they could contain more than one)