ck icon indicating copy to clipboard operation
ck copied to clipboard

Collective Knowledge (CK), Collective Mind (CM/CMX) and MLPerf automations: community-driven projects to facilitate collaborative and reproducible research and to learn how to run AI, ML, and other em...

Results 127 ck issues
Sort by recently updated
recently updated
newest added

Currently we have a way to specify variation or tags of a dependency by using `--add_deps_tags` option but there is no clean way by which we can force a specific...

enhancement

Currently the following way of adding a dependency is causing error in `install-mlc-inference-loadgen` script. ``` "deps": [ { "tags": "get,mlcommons,inference,src,-_patch", "version": "r2.1" } ] ```

bug

# 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

Currently any env variable specified in meta override the same from the incoming env. For example, in this [script](https://github.com/mlcommons/ck/blob/master/cm-mlops/script/build-dockerfile/_cm.json#L21), env variable is used to specify the base docker image and...

enhancement

Current dockerfile [script](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/build-dockerfile) is specific to CM scripts and supports only one custom RUN command. We need to generalize this to support a list of docker RUN commands and also...

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

I installed CK and when i want to use it there is a problem which is "CK error: [program] most close platform was not found in CK! " my python...

waiting for user input