ck icon indicating copy to clipboard operation
ck copied to clipboard

Collective Mind (CM) is a small, modular, cross-platform and decentralized workflow automation framework with a human-friendly interface and reusable automation recipes to make it easier to build, run...

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

When using `Python3.9`, the minimum `PyTorch==1.7.1` version, but in the config in the `CK / local / venv / mlperf-inference / CK / ck-mlops / package / lib-python-torch / .cm...

enhancement
waiting for user input

I followed the instructions https://github.com/mlcommons/ck/blob/master/docs/mlperf-automation/reproduce/ck-object-detection-rpi4-tflite.md for Raspian OS Pi 4 and I came across these errors. One was when installing `ck install package --tags=lib,mlperf,loadgen,static` it produced an error on the...

question
waiting for user input

As discussed during our conf call, to pick the corresponding variation from the install script, we can create empty variations inside get scripts for all the variations in the corresponding...

enhancement
cm-script-automation

As per convention we are mostly using only env variables to pass in information to any CM script and these variables are in capital letters. When the number of inputs...

enhancement
cm-script-automation

Preparing agenda for the weekly meetings of our [MLCommons workgroup](https://github.com/mlcommons/ck/blob/master/docs/mlperf-education-workgroup.md) to modularize MLPerf benchmarks, make it easier to plug in any ML task, model, data set, framework, compiler and hardware...

mlcommons-workgroup

The goal of this project (summer internship of Thomas Zhu from Oxford University) is to prototype CM-based modularization of the MLPerf inference benchmark to connect [C++ loadgen](https://github.com/mlcommons/inference/tree/master/loadgen) with different ML...

cm-mlperf

As discussed during the conf-calls, we should ass test.sh files inside individual script folders which can test the basic script functionality. Need to think how to handle variations and versions...

cm-script-automation
cm-tests

Suppose a script is having dependency on onnxruntime and pytorch and system default python is 3.10 - onnxruntime requires python

question
cm-script-automation

I suggest to create a catalog of [CM automations](https://github.com/mlcommons/ck/tree/master/cm-mlops/script) for MLPerf/ML/AI artifacts and tools that can be reused across projects. We can add it to the root README with links...

I plan to add an unoptimized reference implementation of image classification with TVM to our CK2(CM)-based MLPerf inference benchmark automation.

enhancement