Grigori Fursin

Results 116 issues of Grigori Fursin

# Motivation This project aims at decomposing MLPerf inference benchmarking into a database of reusable, portable, customizable and deterministic scripts with a unified CLI, common Python API and extensible JSON/YAML...

enhancement
cm-mlperf

We want to develop a CK2(CM) script to enable modular ML benchmarking across diverse ML models, data sets, engines, libraries and platforms (available as CM scripts too) based on [C++...

enhancement

Add either complete system deps (get-sys-utils-cm) or minimal for python (new script) when building python from sources on UBUNTU and MacOS. We can skip this dependency with --skip-system-deps flag (already...

enhancement

Whenever we release the CK2 version, we should add the branch protection as suggested by @morphine00: To add branch protection, go to Settings, Branches, "Add branch protection rule," type in...

enhancement

Installation of packages often requires multiple steps: * clone/download sources * configure * build * install If it fails, we want to be able to restart such CM scripts from...

enhancement
help wanted

We need to add logging of the main [CK2/CM access function](https://github.com/mlcommons/ck/blob/master/ck2/cmind/core.py#L132) and other core functions. Maybe we should add logging in these 2 places: * https://github.com/mlcommons/ck/blob/master/ck2/cmind/core.py#L163 (to record i var)...

enhancement