fix(deps): update dependency huggingface-hub to ~=0.34.0 #1747
+1
−1
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.
This PR contains the following updates:
~=0.33.0
->~=0.34.0
Release Notes
huggingface/huggingface_hub (huggingface-hub)
v0.34.0
: [v0.34.0] Announcing Jobs: a new way to run compute on Hugging Face!🔥🔥🔥 Announcing Jobs: a new way to run compute on Hugging Face!
We're thrilled to introduce a powerful new command-line interface for running and managing compute jobs on Hugging Face infrastructure! With the new
hf jobs
command, you can now seamlessly launch, monitor, and manage jobs using a familiar Docker-like experience. Run any command in Docker images (from Docker Hub, Hugging Face Spaces, or your own custom images) on a variety of hardware including CPUs, GPUs, and TPUs - all with simple, intuitive commands.Key features:
run
,ps
,logs
,inspect
,cancel
) to run and manage jobsuv
(experimental)All features are available both from Python (
run_job
,list_jobs
, etc.) and the CLI (hf jobs
).Example usage:
You can also pass environment variables and secrets, select hardware flavors, run jobs in organizations, and use the experimental
uv
runner for Python scripts with inline dependencies.Check out the Jobs guide for more examples and details.
🚀 The CLI is now
hf
! (formerlyhuggingface-cli
)Glad to announce a long awaited quality-of-life improvement: the Hugging Face CLI has been officially renamed from
huggingface-cli
tohf
! The legacyhuggingface-cli
remains available without any breaking change, but is officially deprecated. We took the opportunity update the syntax to a more modern command formathf <resource> <action> [options]
(e.g.hf auth login
,hf repo create
,hf jobs run
).Run
hf --help
to know more about the CLI options.⚡ Inference
🖼️ Image-to-image
Added support for
image-to-image
task in theInferenceClient
for Replicate and fal.ai providers, allowing quick image generation using FLUX.1-Kontext-dev:image-to-image
support for Replicate provider by @hanouticelina in #3188image-to-image
support for fal.ai provider by @hanouticelina in #3187In addition to this, it is now possible to directly pass a
PIL.Image
as input to theInferenceClient
.🤖 Tiny-Agents
tiny-agents
got a nice update to deal with environment variables and secrets. We've also changed its input format to follow more closely the config format from VSCode. Here is an up to date config to run Github MCP Server with a token:🐛 Bug fixes
InferenceClient
andtiny-agents
got a few quality of life improvements and bug fixes:📤 Xet
Integration of Xet is now stable and production-ready. A majority of file transfer are now handled using this protocol on new repos. A few improvements have been shipped to ease developer experience during uploads:
Documentation has already been written to explain better the protocol and its options:
🛠️ Small fixes and maintenance
🐛 Bug and typo fixes
healthRoute
instead of GET / to check status by @mfuntowicz in #3165expand
argument when listing files in repos by @lhoestq in #3195libcst
incompatibility with Python 3.13 by @hanouticelina in #3251🏗️ internal
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.