LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/huggingface_hub/__init__.py
src/huggingface_hub/_commit_api.py
src/huggingface_hub/_commit_scheduler.py
src/huggingface_hub/_inference_endpoints.py
src/huggingface_hub/_jobs_api.py
src/huggingface_hub/_local_folder.py
src/huggingface_hub/_login.py
src/huggingface_hub/_oauth.py
src/huggingface_hub/_snapshot_download.py
src/huggingface_hub/_space_api.py
src/huggingface_hub/_tensorboard_logger.py
src/huggingface_hub/_upload_large_folder.py
src/huggingface_hub/_webhooks_payload.py
src/huggingface_hub/_webhooks_server.py
src/huggingface_hub/community.py
src/huggingface_hub/constants.py
src/huggingface_hub/dataclasses.py
src/huggingface_hub/errors.py
src/huggingface_hub/fastai_utils.py
src/huggingface_hub/file_download.py
src/huggingface_hub/hf_api.py
src/huggingface_hub/hf_file_system.py
src/huggingface_hub/hub_mixin.py
src/huggingface_hub/lfs.py
src/huggingface_hub/py.typed
src/huggingface_hub/repocard.py
src/huggingface_hub/repocard_data.py
src/huggingface_hub.egg-info/PKG-INFO
src/huggingface_hub.egg-info/SOURCES.txt
src/huggingface_hub.egg-info/dependency_links.txt
src/huggingface_hub.egg-info/entry_points.txt
src/huggingface_hub.egg-info/requires.txt
src/huggingface_hub.egg-info/top_level.txt
src/huggingface_hub/cli/__init__.py
src/huggingface_hub/cli/_cli_utils.py
src/huggingface_hub/cli/auth.py
src/huggingface_hub/cli/cache.py
src/huggingface_hub/cli/download.py
src/huggingface_hub/cli/hf.py
src/huggingface_hub/cli/inference_endpoints.py
src/huggingface_hub/cli/jobs.py
src/huggingface_hub/cli/lfs.py
src/huggingface_hub/cli/repo.py
src/huggingface_hub/cli/repo_files.py
src/huggingface_hub/cli/system.py
src/huggingface_hub/cli/upload.py
src/huggingface_hub/cli/upload_large_folder.py
src/huggingface_hub/inference/__init__.py
src/huggingface_hub/inference/_client.py
src/huggingface_hub/inference/_common.py
src/huggingface_hub/inference/_generated/__init__.py
src/huggingface_hub/inference/_generated/_async_client.py
src/huggingface_hub/inference/_generated/types/__init__.py
src/huggingface_hub/inference/_generated/types/audio_classification.py
src/huggingface_hub/inference/_generated/types/audio_to_audio.py
src/huggingface_hub/inference/_generated/types/automatic_speech_recognition.py
src/huggingface_hub/inference/_generated/types/base.py
src/huggingface_hub/inference/_generated/types/chat_completion.py
src/huggingface_hub/inference/_generated/types/depth_estimation.py
src/huggingface_hub/inference/_generated/types/document_question_answering.py
src/huggingface_hub/inference/_generated/types/feature_extraction.py
src/huggingface_hub/inference/_generated/types/fill_mask.py
src/huggingface_hub/inference/_generated/types/image_classification.py
src/huggingface_hub/inference/_generated/types/image_segmentation.py
src/huggingface_hub/inference/_generated/types/image_to_image.py
src/huggingface_hub/inference/_generated/types/image_to_text.py
src/huggingface_hub/inference/_generated/types/image_to_video.py
src/huggingface_hub/inference/_generated/types/object_detection.py
src/huggingface_hub/inference/_generated/types/question_answering.py
src/huggingface_hub/inference/_generated/types/sentence_similarity.py
src/huggingface_hub/inference/_generated/types/summarization.py
src/huggingface_hub/inference/_generated/types/table_question_answering.py
src/huggingface_hub/inference/_generated/types/text2text_generation.py
src/huggingface_hub/inference/_generated/types/text_classification.py
src/huggingface_hub/inference/_generated/types/text_generation.py
src/huggingface_hub/inference/_generated/types/text_to_audio.py
src/huggingface_hub/inference/_generated/types/text_to_image.py
src/huggingface_hub/inference/_generated/types/text_to_speech.py
src/huggingface_hub/inference/_generated/types/text_to_video.py
src/huggingface_hub/inference/_generated/types/token_classification.py
src/huggingface_hub/inference/_generated/types/translation.py
src/huggingface_hub/inference/_generated/types/video_classification.py
src/huggingface_hub/inference/_generated/types/visual_question_answering.py
src/huggingface_hub/inference/_generated/types/zero_shot_classification.py
src/huggingface_hub/inference/_generated/types/zero_shot_image_classification.py
src/huggingface_hub/inference/_generated/types/zero_shot_object_detection.py
src/huggingface_hub/inference/_mcp/__init__.py
src/huggingface_hub/inference/_mcp/_cli_hacks.py
src/huggingface_hub/inference/_mcp/agent.py
src/huggingface_hub/inference/_mcp/cli.py
src/huggingface_hub/inference/_mcp/constants.py
src/huggingface_hub/inference/_mcp/mcp_client.py
src/huggingface_hub/inference/_mcp/types.py
src/huggingface_hub/inference/_mcp/utils.py
src/huggingface_hub/inference/_providers/__init__.py
src/huggingface_hub/inference/_providers/_common.py
src/huggingface_hub/inference/_providers/black_forest_labs.py
src/huggingface_hub/inference/_providers/cerebras.py
src/huggingface_hub/inference/_providers/clarifai.py
src/huggingface_hub/inference/_providers/cohere.py
src/huggingface_hub/inference/_providers/fal_ai.py
src/huggingface_hub/inference/_providers/featherless_ai.py
src/huggingface_hub/inference/_providers/fireworks_ai.py
src/huggingface_hub/inference/_providers/groq.py
src/huggingface_hub/inference/_providers/hf_inference.py
src/huggingface_hub/inference/_providers/hyperbolic.py
src/huggingface_hub/inference/_providers/nebius.py
src/huggingface_hub/inference/_providers/novita.py
src/huggingface_hub/inference/_providers/nscale.py
src/huggingface_hub/inference/_providers/openai.py
src/huggingface_hub/inference/_providers/publicai.py
src/huggingface_hub/inference/_providers/replicate.py
src/huggingface_hub/inference/_providers/sambanova.py
src/huggingface_hub/inference/_providers/scaleway.py
src/huggingface_hub/inference/_providers/together.py
src/huggingface_hub/inference/_providers/wavespeed.py
src/huggingface_hub/inference/_providers/zai_org.py
src/huggingface_hub/serialization/__init__.py
src/huggingface_hub/serialization/_base.py
src/huggingface_hub/serialization/_dduf.py
src/huggingface_hub/serialization/_torch.py
src/huggingface_hub/templates/datasetcard_template.md
src/huggingface_hub/templates/modelcard_template.md
src/huggingface_hub/utils/__init__.py
src/huggingface_hub/utils/_auth.py
src/huggingface_hub/utils/_cache_assets.py
src/huggingface_hub/utils/_cache_manager.py
src/huggingface_hub/utils/_chunk_utils.py
src/huggingface_hub/utils/_datetime.py
src/huggingface_hub/utils/_deprecation.py
src/huggingface_hub/utils/_dotenv.py
src/huggingface_hub/utils/_experimental.py
src/huggingface_hub/utils/_fixes.py
src/huggingface_hub/utils/_git_credential.py
src/huggingface_hub/utils/_headers.py
src/huggingface_hub/utils/_http.py
src/huggingface_hub/utils/_lfs.py
src/huggingface_hub/utils/_pagination.py
src/huggingface_hub/utils/_parsing.py
src/huggingface_hub/utils/_paths.py
src/huggingface_hub/utils/_runtime.py
src/huggingface_hub/utils/_safetensors.py
src/huggingface_hub/utils/_subprocess.py
src/huggingface_hub/utils/_telemetry.py
src/huggingface_hub/utils/_terminal.py
src/huggingface_hub/utils/_typing.py
src/huggingface_hub/utils/_validators.py
src/huggingface_hub/utils/_verification.py
src/huggingface_hub/utils/_xet.py
src/huggingface_hub/utils/_xet_progress_reporting.py
src/huggingface_hub/utils/endpoint_helpers.py
src/huggingface_hub/utils/insecure_hashlib.py
src/huggingface_hub/utils/logging.py
src/huggingface_hub/utils/sha.py
src/huggingface_hub/utils/tqdm.py
tests/test_auth.py
tests/test_cache_layout.py
tests/test_cache_no_symlinks.py
tests/test_cli.py
tests/test_commit_api.py
tests/test_commit_scheduler.py
tests/test_dduf.py
tests/test_endpoint_helpers.py
tests/test_fastai_integration.py
tests/test_file_download.py
tests/test_hf_api.py
tests/test_hf_file_system.py
tests/test_hub_mixin.py
tests/test_hub_mixin_pytorch.py
tests/test_inference_async_client.py
tests/test_inference_client.py
tests/test_inference_endpoints.py
tests/test_inference_providers.py
tests/test_inference_text_generation.py
tests/test_inference_types.py
tests/test_init_lazy_loading.py
tests/test_lfs.py
tests/test_local_folder.py
tests/test_login_utils.py
tests/test_oauth.py
tests/test_offline_utils.py
tests/test_repocard.py
tests/test_repocard_data.py
tests/test_serialization.py
tests/test_snapshot_download.py
tests/test_testing_configuration.py
tests/test_upload_large_folder.py
tests/test_utils_assets.py
tests/test_utils_cache.py
tests/test_utils_chunks.py
tests/test_utils_datetime.py
tests/test_utils_deprecation.py
tests/test_utils_dotenv.py
tests/test_utils_errors.py
tests/test_utils_experimental.py
tests/test_utils_fixes.py
tests/test_utils_git_credentials.py
tests/test_utils_headers.py
tests/test_utils_http.py
tests/test_utils_pagination.py
tests/test_utils_parsing.py
tests/test_utils_paths.py
tests/test_utils_runtime.py
tests/test_utils_sha.py
tests/test_utils_strict_dataclass.py
tests/test_utils_telemetry.py
tests/test_utils_terminal.py
tests/test_utils_tqdm.py
tests/test_utils_typing.py
tests/test_utils_validators.py
tests/test_verification.py
tests/test_webhooks_server.py
tests/test_windows.py
tests/test_xet_download.py
tests/test_xet_upload.py
tests/test_xet_utils.py
tests/testing_constants.py
tests/testing_utils.py