Skip to content
Merged

sync #647

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
01b9420
Support input conf_file for mlperf-power-server
arjunsuresh Nov 28, 2024
15a6af1
Support num_analyzers input
arjunsuresh Nov 28, 2024
2f1ebd1
Merge branch 'mlcommons:mlperf-inference' into mlperf-inference
arjunsuresh Nov 28, 2024
bdeb921
Don't save console log for mlperf power, revisit later
arjunsuresh Nov 28, 2024
6634b7f
Merge branch 'mlperf-inference' into mlperf-inference
arjunsuresh Nov 29, 2024
4b2d6ae
Update format.yml
arjunsuresh Nov 29, 2024
389595b
Merge branch 'mlperf-inference' into mlperf-inference
arjunsuresh Nov 29, 2024
b9e988f
Merge pull request #626 from GATEOverflow/mlperf-inference
arjunsuresh Nov 29, 2024
7c831f7
[Automated Commit] Format Codebase
mlcommons-bot Nov 29, 2024
177bc96
Merge branch 'main' into mlperf-inference
arjunsuresh Nov 29, 2024
548c31b
Merge branch 'main' into mlperf-inference
arjunsuresh Nov 29, 2024
4b83640
Added predeps function, removed unused dirs (#629)
arjunsuresh Nov 29, 2024
a40f877
Merge branch 'main' into mlperf-inference
arjunsuresh Nov 29, 2024
1336831
Update CHANGES.md
arjunsuresh Nov 29, 2024
7c1087c
Igbh dataset download script improvemenet (#632)
anandhu-eng Nov 29, 2024
841de10
Added pandas deps for sdxl reference implementation (#637)
arjunsuresh Dec 1, 2024
7cf33a6
Added pandas requirement for MLPerf inference SDXL (#638)
arjunsuresh Dec 3, 2024
99e6822
Fix inference-src version for deepsparse (#640)
arjunsuresh Dec 4, 2024
b0684f7
Update VERSION
arjunsuresh Dec 4, 2024
6d12d5e
Updated git_commit_hash.txt
mlcommons-bot Dec 4, 2024
458513c
Update build_wheel.yml
arjunsuresh Dec 4, 2024
e6fce27
Update VERSION
arjunsuresh Dec 4, 2024
859970a
Updated git_commit_hash.txt
mlcommons-bot Dec 4, 2024
5c26d81
Merge pull request #643 from mlcommons/main
gfursin Dec 10, 2024
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: 2 additions & 0 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
run: |
git add VERSION
git commit -m "Increment version to ${{ steps.do_version_increment.outputs.new_version }}"
git pull --rebase
git push

# Step 6: Update the git hash in the repository
Expand All @@ -83,6 +84,7 @@ jobs:
python3 get_git_version.py > git_commit_hash.txt
git add git_commit_hash.txt
git commit -m "Updated git_commit_hash.txt"
git pull --rebase
git push

# Step 7: Install required dependencies
Expand Down
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 20241123
[November 2024 release of cm4mlops](https://github.com/mlcommons/cm4mlops/discussions/590)

### 20240927
* added "test dummy" script to test Docker containers
* added more standard Nvidia Docker configuration for PyTorch
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.6
4 changes: 3 additions & 1 deletion automation/script/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -3526,7 +3526,9 @@ def _run_deps(self, deps, clean_env_keys_deps, env, state, const, const_state, a
"update_tags_from_env_with_prefix", {})
for t in update_tags_from_env_with_prefix:
for key in update_tags_from_env_with_prefix[t]:
if str(env.get(key, '')).strip() != '':
if str(d.get('env', {}).get(key, '')).strip() != '':
d['tags'] += "," + t + str(d.get('env')[key])
elif str(env.get(key, '')).strip() != '':
d['tags'] += "," + t + str(env[key])

for key in clean_env_keys_deps:
Expand Down
2 changes: 1 addition & 1 deletion git_commit_hash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f57fe4f69aa2d88c0c0ceb925a4a61723917c8e8
e6fce27c346320bfab2e517ef82c3390531c4744
3 changes: 3 additions & 0 deletions script/app-mlperf-inference-mlcommons-python/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,9 @@ variations:
- tags: get,generic-python-lib,_package.scipy
names:
- scipy
- tags: get,generic-python-lib,_package.pandas
names:
- pandas

llama2-70b_:
env:
Expand Down
100 changes: 60 additions & 40 deletions script/get-dataset-mlperf-inference-igbh/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ prehook_deps:
extra_cache_tags: dataset,igbh,paper,node_feat
force_cache: true
enable_if_env:
CM_IGBH_DATASET_TYPE: full
CM_IGBH_DATASET_TYPE:
- 'full'
names:
- dae
tags: download-and-extract
tags: download-and-extract,_wget
update_tags_from_env_with_prefix:
_url.:
- CM_PACKAGE_URL
Expand All @@ -46,10 +47,11 @@ prehook_deps:
extra_cache_tags: dataset,igbh,paper,node_label_19
force_cache: true
enable_if_env:
CM_IGBH_DATASET_TYPE: full
CM_IGBH_DATASET_TYPE:
- 'full'
names:
- dae
tags: download-and-extract
tags: download-and-extract,_wget
update_tags_from_env_with_prefix:
_url.:
- CM_PACKAGE_URL
Expand All @@ -61,10 +63,11 @@ prehook_deps:
extra_cache_tags: dataset,igbh,paper,node_label_2K
force_cache: true
enable_if_env:
CM_IGBH_DATASET_TYPE: full
CM_IGBH_DATASET_TYPE:
- 'full'
names:
- dae
tags: download-and-extract
tags: download-and-extract,_wget
update_tags_from_env_with_prefix:
_url.:
- CM_PACKAGE_URL
Expand All @@ -76,10 +79,11 @@ prehook_deps:
extra_cache_tags: dataset,igbh,paper,paper_id_index_mapping
force_cache: true
enable_if_env:
CM_IGBH_DATASET_TYPE: full
CM_IGBH_DATASET_TYPE:
- 'full'
names:
- dae
tags: download-and-extract
tags: download-and-extract,_wget
update_tags_from_env_with_prefix:
_url.:
- CM_PACKAGE_URL
Expand All @@ -92,10 +96,11 @@ prehook_deps:
extra_cache_tags: dataset,igbh,paper_cites_paper,edge_index
force_cache: true
enable_if_env:
CM_IGBH_DATASET_TYPE: full
CM_IGBH_DATASET_TYPE:
- 'full'
names:
- dae
tags: download-and-extract
tags: download-and-extract,_wget
update_tags_from_env_with_prefix:
_url.:
- CM_PACKAGE_URL
Expand All @@ -108,10 +113,11 @@ prehook_deps:
extra_cache_tags: dataset,igbh,author,author_id_index_mapping
force_cache: true
enable_if_env:
CM_IGBH_DATASET_TYPE: full
CM_IGBH_DATASET_TYPE:
- 'full'
names:
- dae
tags: download-and-extract
tags: download-and-extract,_wget
update_tags_from_env_with_prefix:
_url.:
- CM_PACKAGE_URL
Expand All @@ -123,10 +129,11 @@ prehook_deps:
extra_cache_tags: dataset,igbh,author,node_feat
force_cache: true
enable_if_env:
CM_IGBH_DATASET_TYPE: full
CM_IGBH_DATASET_TYPE:
- 'full'
names:
- dae
tags: download-and-extract
tags: download-and-extract,_wget
update_tags_from_env_with_prefix:
_url.:
- CM_PACKAGE_URL
Expand All @@ -139,10 +146,11 @@ prehook_deps:
extra_cache_tags: dataset,igbh,conference,conference_id_index_mapping
force_cache: true
enable_if_env:
CM_IGBH_DATASET_TYPE: full
CM_IGBH_DATASET_TYPE:
- 'full'
names:
- dae
tags: download-and-extract
tags: download-and-extract,_wget
update_tags_from_env_with_prefix:
_url.:
- CM_PACKAGE_URL
Expand All @@ -154,10 +162,11 @@ prehook_deps:
extra_cache_tags: dataset,igbh,conference,node_feat
force_cache: true
enable_if_env:
CM_IGBH_DATASET_TYPE: full
CM_IGBH_DATASET_TYPE:
- 'full'
names:
- dae
tags: download-and-extract
tags: download-and-extract,_wget
update_tags_from_env_with_prefix:
_url.:
- CM_PACKAGE_URL
Expand All @@ -170,10 +179,11 @@ prehook_deps:
extra_cache_tags: dataset,igbh,institute,institute_id_index_mapping
force_cache: true
enable_if_env:
CM_IGBH_DATASET_TYPE: full
CM_IGBH_DATASET_TYPE:
- 'full'
names:
- dae
tags: download-and-extract
tags: download-and-extract,_wget
update_tags_from_env_with_prefix:
_url.:
- CM_PACKAGE_URL
Expand All @@ -185,10 +195,11 @@ prehook_deps:
extra_cache_tags: dataset,igbh,institute,node_feat
force_cache: true
enable_if_env:
CM_IGBH_DATASET_TYPE: full
CM_IGBH_DATASET_TYPE:
- 'full'
names:
- dae
tags: download-and-extract
tags: download-and-extract,_wget
update_tags_from_env_with_prefix:
_url.:
- CM_PACKAGE_URL
Expand All @@ -201,10 +212,11 @@ prehook_deps:
extra_cache_tags: dataset,igbh,journal,journal_id_index_mapping
force_cache: true
enable_if_env:
CM_IGBH_DATASET_TYPE: full
CM_IGBH_DATASET_TYPE:
- 'full'
names:
- dae
tags: download-and-extract
tags: download-and-extract,_wget
update_tags_from_env_with_prefix:
_url.:
- CM_PACKAGE_URL
Expand All @@ -216,10 +228,11 @@ prehook_deps:
extra_cache_tags: dataset,igbh,journal,node_feat
force_cache: true
enable_if_env:
CM_IGBH_DATASET_TYPE: full
CM_IGBH_DATASET_TYPE:
- 'full'
names:
- dae
tags: download-and-extract
tags: download-and-extract,_wget
update_tags_from_env_with_prefix:
_url.:
- CM_PACKAGE_URL
Expand All @@ -232,10 +245,11 @@ prehook_deps:
extra_cache_tags: dataset,igbh,fos,fos_id_index_mapping
force_cache: true
enable_if_env:
CM_IGBH_DATASET_TYPE: full
CM_IGBH_DATASET_TYPE:
- 'full'
names:
- dae
tags: download-and-extract
tags: download-and-extract,_wget
update_tags_from_env_with_prefix:
_url.:
- CM_PACKAGE_URL
Expand All @@ -247,10 +261,11 @@ prehook_deps:
extra_cache_tags: dataset,igbh,fos,node_feat
force_cache: true
enable_if_env:
CM_IGBH_DATASET_TYPE: full
CM_IGBH_DATASET_TYPE:
- 'full'
names:
- dae
tags: download-and-extract
tags: download-and-extract,_wget
update_tags_from_env_with_prefix:
_url.:
- CM_PACKAGE_URL
Expand All @@ -263,10 +278,11 @@ prehook_deps:
extra_cache_tags: dataset,igbh,author_affiliated_to_institute,edge_index
force_cache: true
enable_if_env:
CM_IGBH_DATASET_TYPE: full
CM_IGBH_DATASET_TYPE:
- 'full'
names:
- dae
tags: download-and-extract
tags: download-and-extract,_wget
update_tags_from_env_with_prefix:
_url.:
- CM_PACKAGE_URL
Expand All @@ -279,10 +295,11 @@ prehook_deps:
extra_cache_tags: dataset,igbh,paper_published_journal,edge_index
force_cache: true
enable_if_env:
CM_IGBH_DATASET_TYPE: full
CM_IGBH_DATASET_TYPE:
- 'full'
names:
- dae
tags: download-and-extract
tags: download-and-extract,_wget
update_tags_from_env_with_prefix:
_url.:
- CM_PACKAGE_URL
Expand All @@ -295,10 +312,11 @@ prehook_deps:
extra_cache_tags: dataset,igbh,paper_topic_fos,edge_index
force_cache: true
enable_if_env:
CM_IGBH_DATASET_TYPE: full
CM_IGBH_DATASET_TYPE:
- 'full'
names:
- dae
tags: download-and-extract
tags: download-and-extract,_wget
update_tags_from_env_with_prefix:
_url.:
- CM_PACKAGE_URL
Expand All @@ -311,10 +329,11 @@ prehook_deps:
extra_cache_tags: dataset,igbh,paper_venue_conference,edge_index
force_cache: true
enable_if_env:
CM_IGBH_DATASET_TYPE: full
CM_IGBH_DATASET_TYPE:
- 'full'
names:
- dae
tags: download-and-extract
tags: download-and-extract,_wget
update_tags_from_env_with_prefix:
_url.:
- CM_PACKAGE_URL
Expand All @@ -327,10 +346,11 @@ prehook_deps:
extra_cache_tags: dataset,igbh,paper_written_by_author,edge_index
force_cache: true
enable_if_env:
CM_IGBH_DATASET_TYPE: full
CM_IGBH_DATASET_TYPE:
- 'full'
names:
- dae
tags: download-and-extract
tags: download-and-extract,_wget
update_tags_from_env_with_prefix:
_url.:
- CM_PACKAGE_URL
Expand Down
4 changes: 1 addition & 3 deletions script/get-mlperf-inference-src/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ variations:
base:
- _branch.deepsparse
- _repo.https://github.com/neuralmagic/inference
env:
CM_MLPERF_LAST_RELEASE: v4.0
full-history:
env:
CM_GIT_DEPTH: ''
Expand Down Expand Up @@ -139,7 +137,7 @@ versions:
CM_MLPERF_LAST_RELEASE: v4.1
deepsparse:
env:
CM_MLPERF_LAST_RELEASE: v4.0
CM_MLPERF_LAST_RELEASE: v4.1
CM_TMP_GIT_CHECKOUT: deepsparse
CM_TMP_GIT_URL: https://github.com/neuralmagic/inference
main:
Expand Down
Loading