Skip to content

Commit 4010398

Browse files
committed
fixed ctuning&octoml -> mlcommons
1 parent bbe2347 commit 4010398

File tree

94 files changed

+106
-110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+106
-110
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ install:
6969
- ${SUDOH} ${PYTHON_EXE} -m pip install --ignore-installed --verbose pip setuptools # make sure pip is also up to date no matter what
7070
- ${PYTHON_EXE} -m pip install -r requirements.txt # ck kernel itself and some essential components
7171
- ck version
72-
- ck pull repo:octoml@venv # test octoml@venv repo
73-
- ck pull repo:octoml@mlops
72+
- ck pull repo:mlcommons@ck-venv # test mlcommons@ck-venv repo
73+
- ck pull repo:mlcommons@ck-mlops
7474
- echo "$CK_PLATFORM_NAME" | ck detect platform.os --update_platform_init # set the platform to generic-linux (1) or generic-macos (2)
7575
- ck detect soft:compiler.python --full_path=`which ${PYTHON_EXE}` # pick the one Travis has set for us in the PATH
7676
- ck install package --tags=lib,python-package,numpy # avoid detection by force-installing the package

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ install:
2828
build: false
2929

3030
test_script:
31-
- "ck pull repo:octoml@venv" # test octoml@venv repo
32-
- "ck pull repo:octoml@mlops"
31+
- "ck pull repo:mlcommons@venv" # test mlcommons@ck-venv repo
32+
- "ck pull repo:mlcommons@mlops"
3333

3434
# TBD: add tests for Windows

docker/README.md

Lines changed: 3 additions & 3 deletions

docker/ck-ai/Dockerfile.centos-7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ RUN ${DUMMY_CK} python3 -m pip install ck --user
6060
RUN ${DUMMY_CK} python3 -m pip install wheel --user
6161

6262
# Clone ai repo
63-
RUN ck pull repo:ck-mlops
63+
RUN ck pull repo:mlcommons@ck-mlops
6464

6565
# Install packages to CK env entries
6666
RUN ck setup kernel --var.install_to_env=yes

docker/ck-ai/Dockerfile.ubuntu-18.04

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN ${DUMMY_CK} python3 -m pip install virtualenv --user
5252
RUN ${DUMMY_CK} python3 -m pip install ck --user
5353

5454
# Clone CK repo(s) or pull them from Zenodo (CK automation f49f20744aba90e2)
55-
RUN ck pull repo:ck-mlops
55+
RUN ck pull repo:mlcommons@ck-mlops
5656

5757
# Configure CK (CK automation ddea4415c4133ef9)
5858
RUN ck setup kernel --var.install_to_env=yes

docker/ck-ai/Dockerfile.ubuntu-20.04

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN ${DUMMY_CK} python3 -m pip install virtualenv
5050
RUN ${DUMMY_CK} python3 -m pip install ck
5151

5252
# Clone CK repo(s) or pull them from Zenodo (CK automation f49f20744aba90e2)
53-
RUN ck pull repo:ck-mlops
53+
RUN ck pull repo:mlcommons@ck-mlops
5454

5555
# Configure CK (CK automation ddea4415c4133ef9)
5656
RUN ck setup kernel --var.install_to_env=yes

docker/ck-crowdtune/Dockerfile.ubuntu-20.04-gcc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN ${DUMMY_CK} python3 -m pip install virtualenv
5050
RUN ${DUMMY_CK} python3 -m pip install ck
5151

5252
# Clone CK repo(s) or pull them from Zenodo (CK automation f49f20744aba90e2)
53-
RUN ck pull repo:ck-mlops
53+
RUN ck pull repo:mlcommons@ck-mlops
5454

5555
# Configure CK (CK automation ddea4415c4133ef9)
5656
RUN ck setup kernel --var.install_to_env=yes

docker/ck-crowdtune/Dockerfile.ubuntu-20.04-llvm-12

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN ${DUMMY_CK} python3 -m pip install virtualenv
5151
RUN ${DUMMY_CK} python3 -m pip install ck
5252

5353
# Clone CK repo(s) or pull them from Zenodo (CK automation f49f20744aba90e2)
54-
RUN ck pull repo:ck-mlops
54+
RUN ck pull repo:mlcommons@ck-mlops
5555

5656
# Configure CK (CK automation ddea4415c4133ef9)
5757
RUN ck setup kernel --var.install_to_env=yes

docker/ck-mlperf-dashboard-demo/Dockerfile.ubuntu-20.04

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN ${DUMMY_CK} pip3 install ck
4848
RUN python3 -m pip install pandas --user
4949

5050
# Clone CK repo
51-
RUN ck pull repo:ck-mlops
51+
RUN ck pull repo:mlcommons@ck-mlops
5252

5353
# Install packages to CK env entries
5454
RUN ck setup kernel --var.install_to_env=yes

docker/ck-mlperf-dashboard-demo/README.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)