Fix Space metadata quoting for python/sdk versions
Browse files
README.md
CHANGED
|
@@ -1,12 +1,10 @@
|
|
| 1 |
---
|
| 2 |
title: Math Conjecture Trainer
|
| 3 |
sdk: gradio
|
| 4 |
-
sdk_version: 6.6.0
|
| 5 |
-
python_version: 3.
|
| 6 |
app_file: app.py
|
| 7 |
pinned: false
|
| 8 |
-
emoji: 🧮
|
| 9 |
-
colorTo: gray
|
| 10 |
---
|
| 11 |
|
| 12 |
# Math Conjecture Trainer Space
|
|
@@ -51,4 +49,4 @@ Set this in Space Settings > Variables and Secrets:
|
|
| 51 |
|
| 52 |
- Full training expects GPU hardware.
|
| 53 |
- Runtime config generated by the app is stored at:
|
| 54 |
-
`workspace/runtime/deepseek_math_sota.runtime.yaml`.
|
|
|
|
| 1 |
---
|
| 2 |
title: Math Conjecture Trainer
|
| 3 |
sdk: gradio
|
| 4 |
+
sdk_version: "6.6.0"
|
| 5 |
+
python_version: "3.10"
|
| 6 |
app_file: app.py
|
| 7 |
pinned: false
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# Math Conjecture Trainer Space
|
|
|
|
| 49 |
|
| 50 |
- Full training expects GPU hardware.
|
| 51 |
- Runtime config generated by the app is stored at:
|
| 52 |
+
`workspace/runtime/deepseek_math_sota.runtime.yaml`.
|