An open API service indexing awesome lists of open source software.

https://github.com/herdora/chipbenchmark

a platform for monitoring the chip situation
https://github.com/herdora/chipbenchmark

amd benchmark cpp gpu high-performance-computing large-language-models llm llm-benchmarking llms nvidia python quantization

Last synced: 12 months ago
JSON representation

a platform for monitoring the chip situation

Awesome Lists containing this project

README

          

# Chip Benchmark

A platform for visualizing chip benchmark results.

![Chip Benchmark Banner](assets/banner.png)

## Quick Start

```bash
git clone
cd chipbenchmark/frontend
yarn install
yarn dev
```

Visit [http://localhost:3000](http://localhost:3000)

## Adding Data

Put your benchmark data in `benchmarks/` then run:

```bash
node scripts/sync-benchmark-data.mjs
```