Spaces:
Configuration error
Configuration error
Add hardware: zero-gpu to Space metadata
Browse filesWithout this the Space runs on CPU-only hardware and model.cuda()
fails with 'Found no NVIDIA driver'. The @spaces.GPU decorator only
allocates a ZeroGPU slot when the Space is configured for it.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
README.md
CHANGED
|
@@ -10,6 +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 |
# 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 |
+
hardware: zero-gpu
|
| 14 |
---
|
| 15 |
|
| 16 |
# DeepSeek-OCR-2 — Math Rendering Edition
|