Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 776 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 776 Bytes

thefastest.ai

Website with current metrics on the fastest AI models.

Website

Everything is in the \website folder. Pushing to main branch will trigger GitHub action to build and publish the site.

Data

The data displayed in the table is from a custom benchmarking tool (full source is on GitHub). We run this tool daily in multiple regions so that we have benchmarks for multiple geos.

There is a script (GenerateLatestData.ts) that can be run with yarn dlx tsx ./utils/GenerateLatestData.ts. This will generate the file at https://storage.googleapis.com/thefastest-data/latest/text/latest.json

Other

Built using Astro and the https://github.com/nicdun/astro-tech-blog