Skip to content

Commit 694d09b

Browse files
Kakulukianjulien-c
andauthored
Apply suggestions from code review
Co-authored-by: Julien Chaumond <[email protected]>
1 parent 234dc45 commit 694d09b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/hub/storage-limits.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,31 +116,31 @@ If you need more model/ dataset storage than your allocated private storage for
116116

117117
## How can I free up storage space in my account/organization?
118118

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.
120120

121121
⚠️ **Important**: Deleting LFS files is a destructive operation that cannot be undone. Make sure to backup your files before proceeding.
122122

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
125125
- 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`)
126126

127127

128128
### Deleting individual LFS files
129129

130130
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
132132
3. Use the actions menu to delete specific files
133133

134134

135-
### Super squash by API your repository
135+
### Super-squash your repository using the API
136136

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).
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.
138138

139139
⚠️ **Important**: This is a destructive operation that cannot be undone, commit history will be permanently lost and **LFS file history will be removed**
140140

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.
142142

143-
### Track LFS file references
143+
### Advanced: Track LFS file references
144144

145145
To find which commits reference a specific LFS file, you can use the git log command:
146146

0 commit comments

Comments
 (0)