As we are not yet sure which direction we want to give to huggingface-cli (see discussion here), we prefer not to chose a tool that we might end up not using. For example we might want in the future to list repo
A plan is the list of commits we plan to make + the list of operations in each commit. From this plan we should be able to: Generate a plan_id i.e an id unique to the plan that stays the same if we restart the command. Generate a list of plan_commit_ids i.e. unique ids ...
list_deployed_modelsaims to help users discover which models are currently deployed, listed by task. get_model_statusaims to get the status of a specific model. That's useful if you already know which model you want to use. Those two helpers are only available for the Inference API, not ...
Feature request Add a CLI flag / environment variable to toggle the logging trace (both spans list and current span) Motivation In production environments, the span's trace could contain sensitive user information, so this feature would ...