EXDai commited on
Commit
bd67809
·
verified ·
1 Parent(s): 1f8babb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -1,10 +1,16 @@
1
  ---
2
- title: Inference Simulator V2
3
- emoji: 📈
4
  colorFrom: gray
5
  colorTo: purple
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
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)