mainly-ai / miramark

⏱️ Benchmarking suite for machine learning workloads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MiraMark

Benchmarking suite for machine learning workloads.

Installation

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt

Running

The amount of runs to do is specified by the MIRAMARK_RUNS environment variable. The default is 10. Running main.py will run all benchmarks and output the results to results.md. Please note that these tests are very computationally intensive and may take a long time to run.

source env/bin/activate
MIRAMARK_RUNS=3 python3 main.py

About

⏱️ Benchmarking suite for machine learning workloads


Languages

Language:Python 100.0%