Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -378,15 +378,9 @@ steer the fight through the latent. **Click *Enter the Fog* and click the game o
|
|
| 378 |
"""
|
| 379 |
|
| 380 |
# ---- placeholder repo link (replace REPO_URL with your real GitHub URL) ------
|
| 381 |
-
REPO_URL = "
|
| 382 |
REPO_MD = f"""
|
| 383 |
-
### 📦 Get the full Modular Mind project
|
| 384 |
-
This Space runs a **tiny, specialist-scale** version of the architecture. The full,
|
| 385 |
-
production-scale **Modular Mind** — transformer specialists (MLA / MoE / Hyper-Connections),
|
| 386 |
-
the `RecursiveLink` latent bridge, context-doubling and the residual latent highway — lives on GitHub:
|
| 387 |
|
| 388 |
-
### 👉 [**Download / view the Modular Mind repo on GitHub**]({REPO_URL})
|
| 389 |
-
*(placeholder link — swap `{REPO_URL}` for your actual repository)*
|
| 390 |
"""
|
| 391 |
|
| 392 |
TECH_MD = r"""
|
|
|
|
| 378 |
"""
|
| 379 |
|
| 380 |
# ---- placeholder repo link (replace REPO_URL with your real GitHub URL) ------
|
| 381 |
+
REPO_URL = "" # TODO: replace with the real repo
|
| 382 |
REPO_MD = f"""
|
|
|
|
|
|
|
|
|
|
|
|
|
| 383 |
|
|
|
|
|
|
|
| 384 |
"""
|
| 385 |
|
| 386 |
TECH_MD = r"""
|