ricklon Claude Sonnet 4.6 commited on
Commit
5862a49
·
1 Parent(s): c70f14f

Fix Space metadata: suggested_hardware not hardware

Browse files

hardware: zero-gpu is not a documented frontmatter field and has no
effect. The correct field is suggested_hardware: zero-a10g, which
hints to people duplicating the Space what hardware to request.

Actual ZeroGPU hardware is assigned via Space Settings UI (requires
PRO subscription) — frontmatter cannot assign hardware.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ pinned: true
10
  short_description: DeepSeek-OCR-2 with MathJax math rendering
11
  license: mit
12
  python_version: "3.12"
13
- hardware: zero-gpu
14
  ---
15
 
16
  # DeepSeek-OCR-2 — Math Rendering Edition
 
10
  short_description: DeepSeek-OCR-2 with MathJax math rendering
11
  license: mit
12
  python_version: "3.12"
13
+ suggested_hardware: zero-a10g
14
  ---
15
 
16
  # DeepSeek-OCR-2 — Math Rendering Edition