Update PyTorch Inference + Training & Text Embeddings Inference (TEI) DLCs #151
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR updates the Deep Learning Containers (DLCs) for PyTorch Training, PyTorch Inference and Text Embeddings Inference (TEI), as part of the renewed partnership between Hugging Face and Google Cloud.
It mainly upgrades dependencies in these containers to leverage the latest libraries, for example:
transformers,accelerate,kernels, etc., including the newesttrlfor training and fine-tuning LLMs and VLMs.transformers,sentence-transformers, anddiffusers, benefiting from new model architectures and inference optimizations.google/embeddinggemma-300m, along with many other architectures, improvements, and bug fixes.These are just some of the improvements in the new DLCs; additional details will follow in upcoming documentation and content on how to best leverage them.
Warning
Note that the DLCs might not be released yet on Google Cloud (as of late Nov 2025), but once those are released we'll update the
README.mdand theexamples/to point and benefit from the latest DLCs!