Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 1.19 KB

File metadata and controls

33 lines (23 loc) · 1.19 KB

Huggingface

Introduction

Huggingface by default stores a lot of data on the boot drive. This includes often dozens of gigabytes of cache. You might be affected if you are running AI Python scripts and/or applications, like Stable Diffusion or Tortoise TTS. This is a list of default locations and links to guides on how to migrate them to a non-boot drive.

List of files and folders on boot drive

Additional notes

Telemetry

Huggingface libraries (transformers, datasets, Gradio,…​) are collecting telemetry data, with each library defining its own policy. To turn telemetry off globally, create a HF_HUB_DISABLE_TELEMETRY environment variable and set its value to 1.

Alternatively, you can run the following PowerShell script to disable telemetry: hfHubDisableTelemetry.ps1

pwsh .\hfHubDisableTelemetry.ps1

Official documentation: HF_HUB_DISABLE_TELEMETRY