EXDai commited on
Commit
f9941ed
·
verified ·
1 Parent(s): 9b68f36

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -1,10 +1,14 @@
1
  ---
2
- title: Inference Simulator V2
3
- emoji: 📊
4
- colorFrom: blue
5
- colorTo: pink
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 with concurrency, batching, prefix caching. From EXD Episode 4.
13
+
14
+ 📺 [YouTube Channel](https://youtube.com/@EXD-ai) | 💻 [GitHub](https://github.com/Ramshreyas/EXD)