IBM / text-generation-inference

IBM development fork of https://github.com/huggingface/text-generation-inference
Apache License 2.0
52 stars 30 forks source link

Update base image, rust, python deps, rust crates #68

Closed njhill closed 5 months ago

njhill commented 6 months ago

Including transformers 4.39.1

Protobuf can't be updated since grpc doesn't support the latest version yet.

njhill commented 5 months ago

Latest transformers doesn't work due to what I think is a bug, have opened this PR to fix in the transformers repo: https://github.com/huggingface/transformers/pull/29821

njhill commented 5 months ago

I have excluded transformers for now so that we can do the other updates.