Skip to content

Releases: mlcommons/ck

improving script generation and support for Python 3.8+

03 May 10:03
Compare
Choose a tag to compare
  • Updated deprecated function in web server to support Python 3.8+
  • We now use Python to generate ck and ck.bat scripts! If you install CK for different python versions, you can use a specific one as follows:
python3.7 -m ck version

Apache 2.0 license

02 May 19:04
Compare
Choose a tag to compare
  • We now use Apache 2.0 license based on the feedback from the majority of users
  • The code did not change from the last version 1.55.17.
  • We plan to focus on incubating projects (see "incubator" directory) to redesign CK and make it simpler, faster and more Pythonic - we plan to use version 3.x for the new design.

fixed major bug and added MLPerf tests

01 May 14:13
Compare
Choose a tag to compare
  • fixed a bug in module:env.
  • added more MLPerf tests from https://github.com/ctuning/ck-ml to find above bug.
  • added detection of packages with problems to print notes about how to solve them (useful for ImageNet 2012 packages where direct download is no longer available).

added LICENSE.third-party.txt and module:docs

30 Apr 14:59
Compare
Choose a tag to compare
  • added module:docs to be more compatible with standard repos
  • added LICENSE.third-party.txt

improved error reporting

28 Apr 07:57
Compare
Choose a tag to compare
  • improved error reporting in packages and programs
  • print "Enter -1 to use CK packages" when detecting soft to install CK packages instead of detecting already installed software

A few extensions

26 Apr 08:51
Compare
Choose a tag to compare
  • Added module:doc to the distribution
  • Test environment variable "CK_SKIP_SAVING_PYTHON_BIN" during CK installation
    to skip detecting and recording python binary to ck-python.cfg
    to avoid mixing up virtual environments.
  • When CK_PYTHON is defined during CK installation,
    record it to ck-python.cfg to preserve the default version.

Improving package installation

23 Apr 13:22
Compare
Choose a tag to compare

Important change: do not ask to select variations in "ck install package" when there are 2 or more variations!
Needed to distinguish between selecting different versions of a given package or customizing the same package!

added --force_version to "ck detect soft"

22 Apr 12:22
Compare
Choose a tag to compare

Added --force_version to "ck detect soft" to force version.
Useful to automate autodetection of imagenet, for example.

added --quiet to install packages

18 Apr 08:25
Compare
Choose a tag to compare
  • added --quiet flag to automatically enter default answer to most questions

added --default flag to the package module

18 Apr 06:45
Compare
Choose a tag to compare
  • added --default flag to ck install package to automatically select 0 when multiple packages and variations available.