Spaces:
Running
Running
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,10 +1,16 @@
|
|
| 1 |
---
|
| 2 |
-
title: Inference Simulator
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: gray
|
| 5 |
colorTo: purple
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: LLM Inference Simulator — Extended
|
| 3 |
+
emoji: 🚀
|
| 4 |
colorFrom: gray
|
| 5 |
colorTo: purple
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# LLM Inference — Pipeline Simulator v2
|
| 11 |
+
|
| 12 |
+
Extended version covering concurrency, batching, prefix caching, and memory constraints. From EXD Episode 4 — Performance Tuning.
|
| 13 |
+
|
| 14 |
+
Built with vanilla HTML/CSS/JS.
|
| 15 |
+
|
| 16 |
+
📺 [Watch the episode](https://youtube.com/@EXD-ai) | 💻 [GitHub](https://github.com/Ramshreyas/EXD)
|