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

Add hardware: zero-gpu to Space metadata

Browse files

Without 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>

Files changed (1) hide show
  1. README.md +1 -0
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