mosaicml / examples

Fast and flexible reference benchmarks
Apache License 2.0
424 stars 122 forks source link

Fix mpt 7b yamls #397

Closed sakshigupta93 closed 1 year ago

sakshigupta93 commented 1 year ago

We added commit hashes so that we don't need to change existing 7b yamls but then we changed the handler name for them. These are currently broken because the deployment keeps searching for mpt_handler and can't find it, because the commit hash has mpt_7b_handler and not mpt_handler. These changes were made in https://github.com/mosaicml/examples/pull/390