Skip to content

Commit f4d1a39

Browse files
committed
images
1 parent d7c59fa commit f4d1a39

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

docs/hub/advanced-compute-options.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ This feature is part of the <a href="https://huggingface.co/enterprise" target="
1010

1111
ZeroGPU is a dynamic GPU allocation system that optimizes AI deployment on Hugging Face Spaces. By automatically allocating and releasing NVIDIA A100 GPUs (40GB VRAM) as needed, organizations can efficiently serve their AI applications without dedicated GPU instances.
1212

13+
<div class="flex justify-center" style="max-width: 550px">
14+
<img
15+
class="block dark:hidden !m-0"
16+
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/advanced-compute-options-zero.png"
17+
alt="screenshot of Hugging Face Advanced Compute Options (ZeroGPU)"
18+
/>
19+
<img
20+
class="hidden dark:block !m-0"
21+
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/dark-advanced-compute-options-zero.png"
22+
alt="screenshot of Hugging Face Advanced Compute Options (ZeroGPU)"
23+
/>
24+
</div>
25+
1326
**Key benefits for organizations**
1427

1528
- **Free GPU Access**: Access powerful NVIDIA A100 GPUs at no additional cost through dynamic allocation

docs/hub/audit-logs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ Audit Logs enable organization admins to easily review actions taken by members,
1010
<img
1111
class="block dark:hidden !m-0"
1212
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/audit-logs.png"
13-
alt="screenshot of Hugging Face Single Sign-On (SSO) feature"
13+
alt="screenshot of Hugging Face Audit Logs feature"
1414
/>
1515
<img
1616
class="hidden dark:block !m-0"
1717
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/dark-audit-logs.png"
18-
alt="screenshot of Hugging Face Single Sign-On (SSO) feature"
18+
alt="screenshot of Hugging Face Audit Logs feature"
1919
/>
2020
</div>
2121

0 commit comments

Comments
 (0)