-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* classical-ml build working * updated for 2024.0 release * tests and compose updated for 2024.0.0 * image names updated in README * Classical ML samples linked * classical ml samples descrition added * Classical ML bullet point fixed * dl inf opt py3.9 working * complete DL & Inf optimazation build. Updated tests * fixed test automation failures * DL samples landing page added * ccl sample removed * INC samples added to landing page * updated readme * update multi node docs with correct conda env * ccl test removed * moving HVD env to right location * classical ml jupyter landing page fixed * Updated recommded SHM size --------- Co-authored-by: sharvil.shah <sharvils@mlp-prod-clx-5669.ra.intel.com> Co-authored-by: Tyler Titsworth <tyler.titsworth@intel.com>
- Loading branch information
1 parent
701fe50
commit 6649c08
Showing
21 changed files
with
349 additions
and
472 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,68 +1,68 @@ | ||
dataset-librarian-3.10: | ||
cmd: conda run -n classical-ml bash -c 'yes | python -m dataset_librarian.dataset -n msmarco --download -d ~/msmarco' | ||
img: ${REGISTRY}/aiops/mlops-ci:b-${GITHUB_RUN_NUMBER:-0}-classical-ml-2023.2-py3.10 | ||
img: ${REGISTRY}/aiops/mlops-ci:b-${GITHUB_RUN_NUMBER:-0}-classical-ml-${PRESET_RELEASE:-2024.0.0}-py3.10 | ||
dataset-librarian-3.9: | ||
cmd: conda run -n classical-ml bash -c 'yes | python -m dataset_librarian.dataset -n msmarco --download -d ~/msmarco' | ||
img: ${REGISTRY}/aiops/mlops-ci:b-${GITHUB_RUN_NUMBER:-0}-classical-ml-2023.2-py3.9 | ||
img: ${REGISTRY}/aiops/mlops-ci:b-${GITHUB_RUN_NUMBER:-0}-classical-ml-${PRESET_RELEASE:-2024.0.0}-py3.9 | ||
modin-3.10: | ||
cmd: /tests/modin/test_modin.sh | ||
img: ${REGISTRY}/aiops/mlops-ci:b-${GITHUB_RUN_NUMBER:-0}-classical-ml-2023.2-py3.10 | ||
img: ${REGISTRY}/aiops/mlops-ci:b-${GITHUB_RUN_NUMBER:-0}-classical-ml-${PRESET_RELEASE:-2024.0.0}-py3.10 | ||
shm_size: 10.24G | ||
volumes: | ||
- dst: /tests | ||
src: $PWD/preset/classical-ml/tests | ||
modin-3.9: | ||
cmd: /tests/modin/test_modin.sh | ||
img: ${REGISTRY}/aiops/mlops-ci:b-${GITHUB_RUN_NUMBER:-0}-classical-ml-2023.2-py3.9 | ||
img: ${REGISTRY}/aiops/mlops-ci:b-${GITHUB_RUN_NUMBER:-0}-classical-ml-${PRESET_RELEASE:-2024.0.0}-py3.9 | ||
shm_size: 10.24G | ||
volumes: | ||
- dst: /tests | ||
src: $PWD/preset/classical-ml/tests | ||
modin-notebook-3.10: | ||
cmd: papermill --log-output modin/IntelModin_Vs_Pandas.ipynb -k classical-ml | ||
img: ${REGISTRY}/aiops/mlops-ci:b-${GITHUB_RUN_NUMBER:-0}-classical-ml-2023.2-py3.10 | ||
img: ${REGISTRY}/aiops/mlops-ci:b-${GITHUB_RUN_NUMBER:-0}-classical-ml-${PRESET_RELEASE:-2024.0.0}-py3.10 | ||
notebook: 'true' | ||
modin-notebook-3.9: | ||
cmd: papermill --log-output modin/IntelModin_Vs_Pandas.ipynb -k classical-ml | ||
img: ${REGISTRY}/aiops/mlops-ci:b-${GITHUB_RUN_NUMBER:-0}-classical-ml-2023.2-py3.9 | ||
img: ${REGISTRY}/aiops/mlops-ci:b-${GITHUB_RUN_NUMBER:-0}-classical-ml-${PRESET_RELEASE:-2024.0.0}-py3.9 | ||
notebook: 'true' | ||
scikit-3.10: | ||
cmd: /tests/scikit/test_scikit.sh | ||
img: ${REGISTRY}/aiops/mlops-ci:b-${GITHUB_RUN_NUMBER:-0}-classical-ml-2023.2-py3.10 | ||
img: ${REGISTRY}/aiops/mlops-ci:b-${GITHUB_RUN_NUMBER:-0}-classical-ml-${PRESET_RELEASE:-2024.0.0}-py3.10 | ||
volumes: | ||
- dst: /tests | ||
src: $PWD/preset/classical-ml/tests | ||
scikit-3.9: | ||
cmd: /tests/scikit/test_scikit.sh | ||
img: ${REGISTRY}/aiops/mlops-ci:b-${GITHUB_RUN_NUMBER:-0}-classical-ml-2023.2-py3.9 | ||
img: ${REGISTRY}/aiops/mlops-ci:b-${GITHUB_RUN_NUMBER:-0}-classical-ml-${PRESET_RELEASE:-2024.0.0}-py3.9 | ||
volumes: | ||
- dst: /tests | ||
src: $PWD/preset/classical-ml/tests | ||
scikit-notebook-3.10: | ||
cmd: papermill --log-output sklearn/Intel_Extension_For_SKLearn_GettingStarted.ipynb -k classical-ml | ||
img: ${REGISTRY}/aiops/mlops-ci:b-${GITHUB_RUN_NUMBER:-0}-classical-ml-2023.2-py3.10 | ||
img: ${REGISTRY}/aiops/mlops-ci:b-${GITHUB_RUN_NUMBER:-0}-classical-ml-${PRESET_RELEASE:-2024.0.0}-py3.10 | ||
notebook: 'true' | ||
scikit-notebook-3.9: | ||
cmd: papermill --log-output sklearn/Intel_Extension_For_SKLearn_GettingStarted.ipynb -k classical-ml | ||
img: ${REGISTRY}/aiops/mlops-ci:b-${GITHUB_RUN_NUMBER:-0}-classical-ml-2023.2-py3.9 | ||
img: ${REGISTRY}/aiops/mlops-ci:b-${GITHUB_RUN_NUMBER:-0}-classical-ml-${PRESET_RELEASE:-2024.0.0}-py3.9 | ||
notebook: 'true' | ||
xgboost-3.10: | ||
cmd: /tests/xgboost/test_xgboost.sh | ||
img: ${REGISTRY}/aiops/mlops-ci:b-${GITHUB_RUN_NUMBER:-0}-classical-ml-2023.2-py3.10 | ||
img: ${REGISTRY}/aiops/mlops-ci:b-${GITHUB_RUN_NUMBER:-0}-classical-ml-${PRESET_RELEASE:-2024.0.0}-py3.10 | ||
volumes: | ||
- dst: /tests | ||
src: $PWD/preset/classical-ml/tests | ||
xgboost-3.9: | ||
cmd: /tests/xgboost/test_xgboost.sh | ||
img: ${REGISTRY}/aiops/mlops-ci:b-${GITHUB_RUN_NUMBER:-0}-classical-ml-2023.2-py3.9 | ||
img: ${REGISTRY}/aiops/mlops-ci:b-${GITHUB_RUN_NUMBER:-0}-classical-ml-${PRESET_RELEASE:-2024.0.0}-py3.9 | ||
volumes: | ||
- dst: /tests | ||
src: $PWD/preset/classical-ml/tests | ||
xgboost-notebook-3.10: | ||
cmd: papermill --log-output xgboost/IntelPython_XGBoost_Performance.ipynb -k classical-ml | ||
img: ${REGISTRY}/aiops/mlops-ci:b-${GITHUB_RUN_NUMBER:-0}-classical-ml-2023.2-py3.10 | ||
img: ${REGISTRY}/aiops/mlops-ci:b-${GITHUB_RUN_NUMBER:-0}-classical-ml-${PRESET_RELEASE:-2024.0.0}-py3.10 | ||
notebook: 'true' | ||
xgboost-notebook-3.9: | ||
cmd: papermill --log-output xgboost/IntelPython_XGBoost_Performance.ipynb -k classical-ml | ||
img: ${REGISTRY}/aiops/mlops-ci:b-${GITHUB_RUN_NUMBER:-0}-classical-ml-2023.2-py3.9 | ||
img: ${REGISTRY}/aiops/mlops-ci:b-${GITHUB_RUN_NUMBER:-0}-classical-ml-${PRESET_RELEASE:-2024.0.0}-py3.9 | ||
notebook: 'true' |
Oops, something went wrong.