Skip to content

Sync Dev #126

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 57 commits into from
Jan 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
50427d6
Added Copyright (#119)
anandhu-eng Jan 8, 2025
2e231d2
Add copyright (#121)
anandhu-eng Jan 10, 2025
397a8a7
Update CONTRIBUTORS.md
arjunsuresh Jan 10, 2025
e735080
Inference submission generation improvements (#120)
arjunsuresh Jan 10, 2025
c9e1b8b
Update test-mlperf-inference-resnet50.yml
arjunsuresh Jan 10, 2025
5240e27
Update test-mlperf-inference-resnet50.yml
arjunsuresh Jan 10, 2025
b7ee2c2
Update customize.py
arjunsuresh Jan 10, 2025
2c3c46e
Update run.sh
arjunsuresh Jan 10, 2025
a0af6de
Update customize.py
arjunsuresh Jan 10, 2025
1445834
Update test-mlperf-inference-resnet50.yml
arjunsuresh Jan 10, 2025
d5707e5
Update test-mlperf-inference-resnet50.yml
arjunsuresh Jan 10, 2025
ed81c5f
Update test-mlperf-inference-resnet50.yml
arjunsuresh Jan 10, 2025
dd529c2
Update test-mlperf-inference-resnet50.yml
arjunsuresh Jan 10, 2025
d419144
Update test-mlperf-inference-resnet50.yml
arjunsuresh Jan 10, 2025
8f93288
Update customize.py
arjunsuresh Jan 10, 2025
d9f4f1b
[Automated Commit] Format Codebase
arjunsuresh Jan 10, 2025
161db40
Update test-mlperf-inference-resnet50.yml
arjunsuresh Jan 10, 2025
530dbf9
Update customize.py
arjunsuresh Jan 11, 2025
a1882ee
Update customize.py
arjunsuresh Jan 11, 2025
233bc96
[Automated Commit] Format Codebase
arjunsuresh Jan 11, 2025
8541eaf
Update test-mlperf-inference-resnet50.yml
arjunsuresh Jan 11, 2025
4e00e1b
Update customize.py
arjunsuresh Jan 11, 2025
d912390
[Automated Commit] Format Codebase
arjunsuresh Jan 11, 2025
b160e17
Update customize.py
arjunsuresh Jan 11, 2025
bb21922
[Automated Commit] Format Codebase
arjunsuresh Jan 11, 2025
8227916
Update test-mlperf-inference-resnet50.yml
arjunsuresh Jan 11, 2025
eb8173a
Update run.sh
arjunsuresh Jan 11, 2025
e9c1bec
Update customize.py
arjunsuresh Jan 11, 2025
e4a155d
[Automated Commit] Format Codebase
arjunsuresh Jan 11, 2025
28a0a53
Update customize.py
arjunsuresh Jan 11, 2025
4651df1
Update run.bat
arjunsuresh Jan 11, 2025
cafe283
Update module.py
arjunsuresh Jan 11, 2025
c1a87e4
Update setup.py
arjunsuresh Jan 14, 2025
01c9fdf
Increment version to 0.6.20
mlcommons-bot Jan 14, 2025
c650819
Updated git_commit_hash.txt
mlcommons-bot Jan 14, 2025
efe74c0
Clean github action (#123)
arjunsuresh Jan 14, 2025
e686cec
Increment version to 0.6.21
mlcommons-bot Jan 14, 2025
f58e256
Updated git_commit_hash.txt
mlcommons-bot Jan 14, 2025
86f785f
Merge branch 'main' into dev
arjunsuresh Jan 14, 2025
2d0f337
Update customize.py
arjunsuresh Jan 15, 2025
008c2a5
Update setup.py
arjunsuresh Jan 15, 2025
23af4d3
Increment version to 0.6.22
mlcommons-bot Jan 15, 2025
2c898cc
Updated git_commit_hash.txt
mlcommons-bot Jan 15, 2025
f0dc509
Update pyproject.toml
arjunsuresh Jan 15, 2025
494fc87
Update VERSION
arjunsuresh Jan 15, 2025
50e4e03
Updated git_commit_hash.txt
mlcommons-bot Jan 15, 2025
5275db1
Update pyproject.toml
arjunsuresh Jan 15, 2025
ae65de6
Update VERSION
arjunsuresh Jan 15, 2025
a72b044
Updated git_commit_hash.txt
mlcommons-bot Jan 15, 2025
576099d
Merge branch 'main' into dev
arjunsuresh Jan 17, 2025
df65b13
Updated git_commit_hash.txt
mlcommons-bot Jan 17, 2025
48e0fd5
Update README.md
arjunsuresh Jan 17, 2025
390a3c1
Update test-mlperf-inference-abtf-poc.yml
arjunsuresh Jan 17, 2025
8a902f4
Update setup.py
arjunsuresh Jan 17, 2025
2506189
Increment version to 0.6.25
mlcommons-bot Jan 17, 2025
01ef656
Updated git_commit_hash.txt
mlcommons-bot Jan 17, 2025
d136ece
Update README.md
arjunsuresh Jan 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-mlperf-inference-abtf-poc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Install cm4mlops on Windows
if: matrix.os == 'windows-latest'
run: |
$env:CM_PULL_DEFAULT_MLOPS_REPO = "no"; pip install cm4mlops
$env:CM_PULL_DEFAULT_MLOPS_REPO = "no"; $env:PYTHONUTF8 = "1"; pip install cm4mlops
- name: Install dependencies on Unix Platforms
if: matrix.os != 'windows-latest'
run: |
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Welcome to the **MLPerf Automations and Scripts** repository! This repository pr

The automations build upon and extend the powerful [Collective Mind (CM) script automations](https://github.com/mlcommons/cm4mlops/tree/main/automation/script) to streamline benchmarking and workflow processes.


---

## 🚀 Key Features
Expand All @@ -29,6 +30,7 @@ The **Collective Mind (CM)** framework is a Python-based package offering both C

Learn more about CM in the [CM4MLOps documentation](https://github.com/mlcommons/cm4mlops).


---

## 🤝 Contributing
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.21
0.6.25
2 changes: 1 addition & 1 deletion git_commit_hash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e686cec959f5cf999f8778dc1c3b8a9af04eb823
25061896e4bd1b67f69cecf8aeea32040171b095
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[build-system]
requires = ["setuptools>=60", "wheel", "cmind @ git+https://git@github.com/mlcommons/ck.git@mlperf-inference#egg=cmind&subdirectory=cm"]
requires = ["setuptools>=60", "wheel", "cmind @ git+https://git@github.com/gateoverflow/cm.git@mlperf-inference#egg=cmind&subdirectory=cm"]
3 changes: 3 additions & 0 deletions script/push-mlperf-inference-results-to-github/customize.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ def preprocess(i):
if env.get('CM_GITHUB_PAT', '') != '':
token = env['CM_GITHUB_PAT']
env['CM_GIT_PUSH_CMD'] = f"""git push https://x-access-token:{env['CM_GITHUB_PAT']}@{p.host}/{p.owner}/{p.repo}"""
else:
env['CM_GIT_PUSH_CMD'] = "git push"


return {'return': 0}

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def get_sys_platform(self):

def read_file(file_name, default=""):
if os.path.isfile(file_name):
with open(file_name, "r") as f:
with open(file_name, "r", encoding="utf-8") as f:
return f.read().strip()
return default

Expand All @@ -192,7 +192,7 @@ def get_commit_hash():
version=version_,
long_description=long_description,
long_description_content_type='text/markdown',
url="https://github.com/mlcommons/cm4mlops",
url="https://github.com/mlcommons/mlperf-automations",
packages=[],
install_requires=[
"setuptools>=60",
Expand Down
Loading