Skip to content

Commit

Permalink
improved docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Apr 28, 2024
1 parent f838306 commit 15ef006
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,30 @@ Alternatively you can run
source $HOME/.profile
```

```
gfursin@mlcommons-ck-cm-dev:~$ cm
You can check that CM is available and print internal status as follows:

```bash
gfursin@mlcommons-ck-cm-dev:~$ cm test core

CM version: 2.3.0

Python executable used by CK: C:\!Progs\Python310\python.exe

Path to CM package: C:\!Progs\Python310\lib\site-packages\cmind
Path to CM core module: C:\!Progs\Python310\lib\site-packages\cmind\core.py
Path to CM internal repo: C:\!Progs\Python310\lib\site-packages\cmind\repo

Path to CM repositories: D:\Work1\CM

GitHub for CM developments: https://github.com/mlcommons/ck/tree/master/cm
GitHub for CM automation scripts: https://github.com/mlcommons/cm4mlops
Reporting issues and ideas: https://github.com/mlcommons/ck/issues
MLCommons taskforce developing CM: https://github.com/mlcommons/ck/blob/master/docs/taskforce.md

cm {action} {automation} {artifact(s)} {--flags} @input.yaml @input.json
```

You are ready to use CM automation meta-framework.
You are ready to use CM automation meta-framework.




Expand Down

0 comments on commit 15ef006

Please sign in to comment.