We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0e1db5 + ec602a6 commit a2c1901Copy full SHA for a2c1901
.github/workflows/test-cmx.yml
@@ -49,4 +49,3 @@ jobs:
49
cd && cmx add repo my-test-repo
50
cmx add script my-test-repo:my-test-script --tags=test,script
51
cd $HOME/CM/repos/my-test-repo && cmx add script .:my-test-script2 --tags=test2,script
52
-
cm/cmind/__init__.py
@@ -9,7 +9,7 @@
9
# White paper: https://arxiv.org/abs/2406.16791
10
# Project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md
11
12
-__version__ = "4.1.4"
+__version__ = "4.1.4.1"
13
14
from cmind.core import access
15
from cmind.core import x
0 commit comments