basetenlabs / truss-examples

Examples of models deployable with Truss
https://trussml.com
MIT License
130 stars 37 forks source link

Bump transformers version for mistrals. #321

Closed squidarth closed 2 months ago

squidarth commented 2 months ago

Context

There was a recent change to the Mistral repo on huggingface where they started using a newer transformer feature: This resulted in this: https://github.com/huggingface/transformers/issues/31789.

Bumping the transformers to fix this across all of our mistral models. As a follow-up, we should start pinning the HF repository for all of our examples to prevent this from happening.

Testing

I have tested a couple of the TRT examples, but not everything