Skip to content

⏱️ Benchmarking suite for machine learning workloads

Notifications You must be signed in to change notification settings

mainly-ai/miramark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages