Spaces:
Sleeping
Sleeping
Fix Space metadata: suggested_hardware not hardware
Browse fileshardware: 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>
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 |
-
|
| 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
|