basetenlabs / truss-examples

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

Update truss examples to not use py38. #295

Closed squidarth closed 4 months ago

squidarth commented 4 months ago

We incremented the minimum python version for truss to 3.9. A bunch of our examples were still using py38.

Testing

I deployed the llama-2-7b-chat model successfully.

Follow-up