superbenchmark/website
Yifan Xiong 51761b3af1
Release - SuperBench v0.8.0 (#517)
**Description**

Cherry-pick bug fixes from v0.8.0 to main.

**Major Revisions**

* Monitor - Fix the cgroup version checking logic (#502)
* Benchmark - Fix matrix size overflow issue in cuBLASLt GEMM (#503)
* Fix wrong torch usage in communication wrapper for Distributed
Inference Benchmark (#505)
* Analyzer: Fix bug in python3.8 due to pandas api change (#504)
* Bug - Fix bug to get metric from cmd when error happens (#506)
* Monitor - Collect realtime GPU power when benchmarking (#507)
* Add num_workers argument in model benchmark (#511)
* Remove unreachable condition when write host list (#512)
* Update cuda11.8 image to cuda12.1 based on nvcr23.03 (#513)
* Doc - Fix wrong unit of cpu-memory-bw-latency in doc (#515)
* Docs - Upgrade version and release note (#508)

Co-authored-by: guoshzhao <guzhao@microsoft.com>
Co-authored-by: Ziyue Yang <ziyyang@microsoft.com>
Co-authored-by: Yuting Jiang <yutingjiang@microsoft.com>
2023-04-14 12:57:55 +00:00
..
blog Release - SuperBench v0.8.0 (#517) 2023-04-14 12:57:55 +00:00
src Website - Initialize SuperBench website (#102) 2021-06-25 15:59:13 +08:00
static Website - Initialize SuperBench website (#102) 2021-06-25 15:59:13 +08:00
.gitignore Website - Initialize SuperBench website (#102) 2021-06-25 15:59:13 +08:00
README.md Website - Initialize SuperBench website (#102) 2021-06-25 15:59:13 +08:00
babel.config.js Website - Initialize SuperBench website (#102) 2021-06-25 15:59:13 +08:00
docusaurus.config.js Release - SuperBench v0.8.0 (#517) 2023-04-14 12:57:55 +00:00
package-lock.json Release - SuperBench v0.8.0 (#517) 2023-04-14 12:57:55 +00:00
package.json Release - SuperBench v0.8.0 (#517) 2023-04-14 12:57:55 +00:00
sidebars.js Docs - Add usage for result summary (#337) 2022-04-08 20:44:25 +00:00

README.md

SuperBench Website

SuperBench website is built using Docusaurus, a modern static website generator.

Installation

cd website
npm install
npm start

It will start a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.