Spaces:
Sleeping
Sleeping
Tomas Marques commited on
Commit ·
7c24dc4
1
Parent(s): f50e7d4
add yaml to readme
Browse files
CLAUDE.md
CHANGED
|
@@ -1,18 +1,3 @@
|
|
| 1 |
-
---
|
| 2 |
-
title: FlashMoe My Repo
|
| 3 |
-
emoji: 🐐
|
| 4 |
-
colorFrom: gray
|
| 5 |
-
colorTo: green
|
| 6 |
-
sdk: gradio
|
| 7 |
-
sdk_version: 4.44.1
|
| 8 |
-
hf_oauth: true
|
| 9 |
-
hf_oauth_scopes:
|
| 10 |
-
- read-repos
|
| 11 |
-
- write-repos
|
| 12 |
-
- manage-repos
|
| 13 |
-
pinned: false
|
| 14 |
-
---
|
| 15 |
-
|
| 16 |
# Flash-MoE: Running Massive MoE Models on a Laptop
|
| 17 |
|
| 18 |
> **[Read the paper](paper/flash_moe.pdf)** — Full technical details, 90+ experiments, and the story of how an AI and a human built this in 24 hours.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Flash-MoE: Running Massive MoE Models on a Laptop
|
| 2 |
|
| 3 |
> **[Read the paper](paper/flash_moe.pdf)** — Full technical details, 90+ experiments, and the story of how an AI and a human built this in 24 hours.
|
README.md
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
CLAUDE.md
|
|
|
|
|
|
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: FlashMoE My Repo
|
| 3 |
+
emoji: 🐐
|
| 4 |
+
colorFrom: gray
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 4.44.1
|
| 8 |
+
hf_oauth: true
|
| 9 |
+
hf_oauth_scopes:
|
| 10 |
+
- read-repos
|
| 11 |
+
- write-repos
|
| 12 |
+
- manage-repos
|
| 13 |
+
pinned: false
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|