You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hub/storage-limits.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,31 +116,31 @@ If you need more model/ dataset storage than your allocated private storage for
116
116
117
117
## How can I free up storage space in my account/organization?
118
118
119
-
There are several ways to manage and free some storage space in your account or organization. First, if you need more storage space, consider upgrading to PRO or Enterprise plans for increased storage limits.
119
+
There are several ways to manage and free some storage space in your account or organization. First, if you need more storage space, consider upgrading to PRO or Enterprise Hub plans for increased storage limits.
120
120
121
121
⚠️ **Important**: Deleting LFS files is a destructive operation that cannot be undone. Make sure to backup your files before proceeding.
122
122
123
-
Key points to understand:
124
-
- Deleting only LFS pointers don't free space
123
+
Key points to remember:
124
+
- Deleting only LFS pointers doesn't free space
125
125
- Future checkouts of branches/tags containing deleted LFS files with existing lfs pointers will fail (to avoid errors, add the following line to your `.gitconfig` file: `lfs.skipdownloaderrors=true`)
126
126
127
127
128
128
### Deleting individual LFS files
129
129
130
130
1. Navigate to your repository's Settings page
131
-
2. Click on "List LFS files"
131
+
2. Click on "List LFS files" in the "Storage" section
132
132
3. Use the actions menu to delete specific files
133
133
134
134
135
-
### Supersquash by API your repository
135
+
### Super-squash your repository using the API
136
136
137
-
The supersquash operation allows you to compress your entire Git history into a single commit, consider using supersquash when you need to reclaim storage from old LFS versions you're not using. This operation is only available through the [Hub Python Library](https://huggingface.co/docs/huggingface_hub/main/en/package_reference/hf_api#huggingface_hub.HfApi.super_squash_history).
137
+
The super-squash operation allows you to compress your entire Git history into a single commit, consider using super-squash when you need to reclaim storage from old LFS versions you're not using. This operation is only available through the [Hub Python Library](https://huggingface.co/docs/huggingface_hub/main/en/package_reference/hf_api#huggingface_hub.HfApi.super_squash_history) or the API.
138
138
139
139
⚠️ **Important**: This is a destructive operation that cannot be undone, commit history will be permanently lost and **LFS file history will be removed**
140
140
141
-
Changes from the squash operation is not immediate on yur quota and will be reflected in your storage quota within a few minutes
141
+
The effects from the squash operation on your storage quota are not immediate and will be reflected on your quota within a few minutes.
142
142
143
-
### Track LFS file references
143
+
### Advanced: Track LFS file references
144
144
145
145
To find which commits reference a specific LFS file, you can use the git log command:
0 commit comments