Skip to content

Open sourced backend for Martian's LLM Inference Provider Leaderboard

Notifications You must be signed in to change notification settings

alpayariyak/leaderboard-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Provider Leaderboard

This is the open-sourced backend of Martian's provider leaderboard which collects metrics daily and track them overtime to evaluate providers' performance on featured models for custom use cases.

To learn more about how we collect and measure data, view our Methodology. Read more about the limitations of this benchmark here.

Getting Started

To run your own backend and replicate how we manage our data collection, create your own .env file by following .env-sample

pip install -r requirements.txt
uvicorn main:app --reload

Disclaimer

We are open sourcing this repo for transparency and reproducibility purposes, but we will not have the bandwidth to respond to every issue quickly. We welcome any feedback from the community, and will respond to all suggestions as soon as possible. For general inquries about Martian, feel free to reach out at [email protected]

About

Open sourced backend for Martian's LLM Inference Provider Leaderboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.7%
  • Dockerfile 2.3%