Skip to content

Commit 048e5ac

Browse files
committed
update some images
1 parent ea00357 commit 048e5ac

File tree

1 file changed

+38
-7
lines changed

1 file changed

+38
-7
lines changed

docs/hub/storage-regions.md

Lines changed: 38 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,22 @@ Currently available regions:
1919

2020
## How to set up
2121

22-
Organizations subscribed to Enterprise Hub can access the Regions settings page:
23-
24-
![](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/storage-regions/feature-annotated.png)
22+
Organizations subscribed to Enterprise Hub can access the Regions settings page to manage their repositories storage locations.
23+
24+
<div class="flex justify-center" style="max-width: 550px">
25+
<img
26+
class="block dark:hidden !m-0"
27+
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/regions.png"
28+
alt="screenshot of Hugging Face Storage Regions feature"
29+
/>
30+
<img
31+
class="hidden dark:block !m-0"
32+
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/dark-regions.png"
33+
alt="screenshot of Hugging Face Storage Regions feature"
34+
/>
35+
</div>
2536

26-
This page displays:
37+
This feature allows organizations to:
2738

2839
- An audit of your organization's repository locations
2940
- Options to select where new repositories will be stored
@@ -32,8 +43,17 @@ This page displays:
3243

3344
Any repository (model or dataset) stored in a non-default location displays its Region as a tag, allowing organization members to quickly identify repository locations.
3445

35-
<div class="flex justify-center">
36-
<img class="block" width="400" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/storage-regions/tag-on-repo.png"/>
46+
<div class="flex justify-center" style="max-width: 550px">
47+
<img
48+
class="block dark:hidden !m-0"
49+
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/region-tag.png"
50+
alt="screenshot of Hugging Face Storage Regions tag feature"
51+
/>
52+
<img
53+
class="hidden dark:block !m-0"
54+
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/dark-region-tag.png"
55+
alt="screenshot of Hugging Face Storage Regions tag feature"
56+
/>
3757
</div>
3858

3959
## Regulatory and legal compliance
@@ -48,6 +68,17 @@ Storing models and datasets closer to your team and infrastructure significantly
4868

4969
This impact is substantial given the typically large size of model weights and dataset files.
5070

51-
![](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/storage-regions/upload-speed.png)
71+
<div class="flex justify-center" style="max-width: 750px;">
72+
<img
73+
class="block dark:hidden !m-0"
74+
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/region-git-code.png"
75+
alt="example of Hugging Face Storage Regions feature"
76+
/>
77+
<img
78+
class="hidden dark:block !m-0"
79+
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/dark-region-git-code.png"
80+
alt="example of Hugging Face Storage Regions feature"
81+
/>
82+
</div>
5283

5384
For example, European users storing repositories in the EU region can expect approximately 4-5x faster upload and download speeds compared to US storage.

0 commit comments

Comments
 (0)