Add placeholder README
Browse files
README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
tags:
|
| 4 |
+
- pruning
|
| 5 |
+
- mixture-of-experts
|
| 6 |
+
- energy-efficiency
|
| 7 |
+
- raspberry-pi
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# expert-pruning-epi
|
| 11 |
+
|
| 12 |
+
MoE expert removal measured by EPI -- Qwen3-30B-A3B on Raspberry Pi 5
|
| 13 |
+
|
| 14 |
+
> Placeholder -- full content coming soon. See the [GitHub repo](https://github.com/Franzabner/expert-pruning-epi) for current work.
|