FL33TW00D
commited on
chore: add pre-amble
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# On-Device LLM Throughput Calculator
|
2 |
|
3 |
A Gradio web application that helps visualize LLM throughput on memory-bandwidth-constrained devices.
|
|
|
1 |
+
---
|
2 |
+
title: On-Device LLM Throughput Calculator
|
3 |
+
emoji: 🚀
|
4 |
+
colorFrom: pink
|
5 |
+
colorTo: blue
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.36.0
|
8 |
+
app_file: src/app.py
|
9 |
+
pinned: false
|
10 |
+
license: mit
|
11 |
+
---
|
12 |
+
|
13 |
+
|
14 |
# On-Device LLM Throughput Calculator
|
15 |
|
16 |
A Gradio web application that helps visualize LLM throughput on memory-bandwidth-constrained devices.
|