Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Merge branch 'dev' into rgat-anandhu
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Dec 9, 2024
2 parents 5fc6ef1 + aebdc02 commit c056f08
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
branches:
- main
- mlperf-inference
- dev
paths:
- VERSION
- setup.py
Expand All @@ -31,6 +31,7 @@ jobs:
with:
fetch-depth: 2
ssh-key: ${{ secrets.DEPLOY_KEY }}
ref: ${{ github.ref_name }}

# Step 2: Set up Python
- uses: actions/setup-python@v3
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:
push:
branches:
- main
- docs
- mlperf-inference
- dev
paths:
- docs/**
- mkdocs.yml
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.4
0.6.10
2 changes: 1 addition & 1 deletion git_commit_hash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8768d67e1f9187005bdb3c7f325e42998dc7fd8a
234d8c41e9a8a6dcb13607e4dc7626fc06f017fb
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
site_name: CM Script Automation Documentation
repo_url: https://github.com/mlcommons/cm4mlops
site_name: MLPerf Automation Documentation
repo_url: https://github.com/mlcommons/mlperf-automations
theme:
name: material
logo: img/logo_v2.svg
Expand Down
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Build a whl file for cm4mlperf-inference
# Build a whl file for mlperf-automations

from setuptools import setup
from setuptools._distutils.dist import Distribution
Expand Down Expand Up @@ -147,10 +147,9 @@ def custom_function(self):
'all': True})
r = cmind.access({'action': 'pull',
'automation': 'repo',
'artifact': 'mlcommons@cm4mlops',
'branch': 'mlperf-inference',
'artifact': 'mlcommons@mlperf-automations',
'checkout': commit_hash})
# r = cmind.access({'action':'pull', 'automation':'repo', 'artifact':'mlcommons@cm4mlops', 'checkout': commit_hash})
# r = cmind.access({'action':'pull', 'automation':'repo', 'artifact':'mlcommons@mlperf-automations', 'checkout': commit_hash})
print(r)
if r['return'] > 0:
return r['return']
Expand Down

0 comments on commit c056f08

Please sign in to comment.