Spaces:
Running
Running
docs: add project description subtitle to README and academic foundations
Browse files- README.md +2 -0
- docs/academic_foundations.md +2 -0
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
# π― InferRoute: High-Availability LLM Inference Gateway & Observability Router
|
| 2 |
|
|
|
|
|
|
|
| 3 |
<p align="center">
|
| 4 |
<img src="https://img.shields.io/badge/License-MIT-emerald.svg" alt="License">
|
| 5 |
<img src="https://img.shields.io/badge/Python-3.12%20%7C%203.13-blue.svg" alt="Python Version">
|
|
|
|
| 1 |
# π― InferRoute: High-Availability LLM Inference Gateway & Observability Router
|
| 2 |
|
| 3 |
+
InferRoute is built upon robust theoretical frameworks for cost-performance trade-offs and multi-tier cascading inference.
|
| 4 |
+
|
| 5 |
<p align="center">
|
| 6 |
<img src="https://img.shields.io/badge/License-MIT-emerald.svg" alt="License">
|
| 7 |
<img src="https://img.shields.io/badge/Python-3.12%20%7C%203.13-blue.svg" alt="Python Version">
|
docs/academic_foundations.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
# π Academic Foundations: FrugalGPT & RouterBench Integration
|
| 2 |
|
|
|
|
|
|
|
| 3 |
InferRoute's core routing architecture is built on the theoretical and mathematical foundations of two landmark papers in LLM cost-performance optimization:
|
| 4 |
|
| 5 |
1. **FrugalGPT**: *"FrugalGPT: How to Use Large Language Models While Reducing Cost and Improving Performance"* (Chen et al., Stanford University, 2023).
|
|
|
|
| 1 |
# π Academic Foundations: FrugalGPT & RouterBench Integration
|
| 2 |
|
| 3 |
+
InferRoute is built upon robust theoretical frameworks for cost-performance trade-offs and multi-tier cascading inference.
|
| 4 |
+
|
| 5 |
InferRoute's core routing architecture is built on the theoretical and mathematical foundations of two landmark papers in LLM cost-performance optimization:
|
| 6 |
|
| 7 |
1. **FrugalGPT**: *"FrugalGPT: How to Use Large Language Models While Reducing Cost and Improving Performance"* (Chen et al., Stanford University, 2023).
|