ck
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...
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...
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)...
Currently only the first entry is considered by "cm add" while using the "*" operator. ``` arjun@Arjuns-MacBook-Pro qa-plugin % ls basic-adsense event-logger example-page facebook-login mouseover-layer opensearch-support recaptcha-captcha tag-cloud-widget wysiwyg-editor xml-sitemap...
What is your opinion on this, that I originally posted almost 3 years ago? https://github.com/keras-team/keras/issues/15762 > There are a huge number of new statistical, machine-learning and artificial intelligence solutions being...
We got an interesting idea to add a --check-license flag to the "ck pull repo" command to check all licenses and copyrights of all pulled repositories. Need to brainstorm it...
Hello again, as mentioned in #136 i just started using ck, so maybe this is a question that seems obvious as a long-term user. Usecase: Simple MPI program in C,...
Though CK seem to work fine for Python 3.8+, some tests fail - we need to check them and fix problems while making sure that fixes are backwards compatible.