Skip to content

Conversation

@tylertitsworth
Copy link
Contributor

Description

Related Issue

Changes Made

  • The code follows the project's coding standards.
  • No Intel Internal IP is present within the changes.
  • The documentation has been updated to reflect any changes in functionality.

Validation

  • I have tested any changes in container groups locally with /test-runner/test_runner.py with all existing tests passing, and I have added new tests where necessary.

Automated Testing

Leave a PR comment in the following format: /test-group group_dir: <my-container-group>, runner_label: <my-runner-label> to run automated tests.

dependabot bot and others added 30 commits April 9, 2024 17:16
* rename things

* Bump actions/upload-artifact from 3 to 4

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: tylertitsworth <tyler.titsworth@intel.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Revert "Bump actions/upload-artifact from 3 to 4 (#228)"

This reverts commit 37056f7.
patch invalid secret input
* parent c752c2f
author tylertitsworth <tyler.titsworth@intel.com> 1712602592 -0700
committer tylertitsworth <tyler.titsworth@intel.com> 1714496445 -0700

Add Dependency Review Action

* Refactor Actions for Public

* PR Integration Tests Customization (#238)

* test file-based customization

* fix label setup in test-containers

* Updates Base Container Tests

* python requirements txt (#243)

* add python requirements txt

* add workdir

---------

Co-authored-by: Tyler Titsworth <tyler.titsworth@intel.com>

* Update Test Actions

* TF add requirements.txt (#240)

* incorporate tf requirements

* add requirements

* change for papermill test

* restore pytorch changes

* restore pytorch changes

* keep on tf changes in dependabot

* remove classical ml files

* remove classical ml files

* remove python files

* add workdir

* single quotes

* single quotes

* add no-check

* create classical ML requirements txt (#242)

* add tf classical ml requirements

* add workdir before copy

* add workdir

* Update Test Actions

* add pyt requirements txt files (#241)

* add pyt requirements txt files

* add workdir

* add single quotes

* add no-check-certificate

---------

Co-authored-by: Tyler Titsworth <tyler.titsworth@intel.com>

* Add/Update Templates

* Test Runner Code Coverage (#246)

* add tox and coverage

* stringify python versions

* collect valid coverage report

* loosen file grabbing

* diversify artifact names

* fix coverage to just report

* download all artifacts

* add working dir

* add more test coverage

* update codecov to 91%

* add python setup

* add buildx setup step

* add buildx setup step

* switch test images

* remove builder context

* remove internal tests

* return buildx

* use k8s driver

* use k8s driver

* load into docker driver

* add buildx to unit tests

* move test suite to root dir

* update docs

* add badge for coverage

* add color output

* comment out badge update for internal

* Update tox.ini

* add all docker envs

* update coverage step

* use buildx v3

* update job python reqs

* fix req

* merge artifacts

* put summary in markdown

* escape characters

* move status check to watcher

* Add Exception for unset Env Vars in Test Runner (#248)

add unset value handling and docs

* Fix Status Check (#249)

* fix serving tests

* use quotes for spacing

* get last parent path

* return root dir handling

* remove double bash

* return status check

* Add Python Tests (#247)

add python tests

* Group Python Updates (#259)

add groups to all python deps

* Bump github/codeql-action from 3.24.10 to 3.25.3 (#262)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.10 to 3.25.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v3.24.10...v3.25.3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Titsworth <tyler.titsworth@intel.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Srikanth Ramakrishna <srikanth.ramakrishna@intel.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
add exception for preset tld
* Update container-ci.yaml

* Update integration-test.yaml

* Update integration-test.yaml

* Update integration-test.yaml
Co-authored-by: Tyler Titsworth <tyler.titsworth@intel.com>
remove gitmodules
)

Bumps the python-requirements group in /classical-ml with 3 updates: [threadpoolctl](https://github.com/joblib/threadpoolctl), [jupyterlab](https://github.com/jupyterlab/jupyterlab) and [notebook](https://github.com/jupyter/notebook).


Updates `threadpoolctl` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/joblib/threadpoolctl/releases)
- [Changelog](https://github.com/joblib/threadpoolctl/blob/master/CHANGES.md)
- [Commits](joblib/threadpoolctl@3.4.0...3.5.0)

Updates `jupyterlab` from 4.2.0b1 to 4.2.0rc0
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.2.0-beta.1...@jupyterlab/lsp@4.2.0-rc.0)

Updates `notebook` from 7.2.0b0 to 7.2.0rc0
- [Release notes](https://github.com/jupyter/notebook/releases)
- [Changelog](https://github.com/jupyter/notebook/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/tree@7.2.0-beta.0...@jupyter-notebook/tree@7.2.0-rc.0)

---
updated-dependencies:
- dependency-name: threadpoolctl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: jupyterlab
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: notebook
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Titsworth <tyler.titsworth@intel.com>
…#268)

Bumps the python-requirements group in /pytorch/serving with 4 updates: [torch](https://github.com/pytorch/pytorch), [torchaudio](https://github.com/pytorch/audio), [torchtext](https://github.com/pytorch/text) and [torchvision](https://github.com/pytorch/vision).


Updates `torch` from 2.2.0+cpu to 2.3.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/commits/v2.3.0)

Updates `torchaudio` from 2.2.0+cpu to 2.3.0
- [Release notes](https://github.com/pytorch/audio/releases)
- [Commits](https://github.com/pytorch/audio/commits/v2.3.0)

Updates `torchtext` from 0.17.0+cpu to 0.18.0
- [Release notes](https://github.com/pytorch/text/releases)
- [Commits](https://github.com/pytorch/text/commits/v0.18.0)

Updates `torchvision` from 0.17.0+cpu to 0.18.0
- [Release notes](https://github.com/pytorch/vision/releases)
- [Commits](https://github.com/pytorch/vision/commits/v0.18.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: torchaudio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: torchtext
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: torchvision
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Titsworth <tyler.titsworth@intel.com>
* UPD classical ml presete container

* UPD data analytics preset container

* UPD: deep learning preset container

* UPD classical ml

* UPD classical ml

* UPD classical ml

* UPD: data analytics

* UPD deep learning preset

* UP inference optimization

* fix command

* fix command

* upd specs

* upd specs

* upd

* fix typo

* ADD TPP files for 2024.1.0

* tf env split in two, cpu and gpu

* CHANGE: TF was split in cpu and gpu

* upd conda run command for TF distributed demo

* UPD format

* rm version number from TPP files

* Update lint.yaml

* add: --no-install-recommends

* fix for linters

* sort specs alphabetically

* Fixing DOCKERFILE_HADOLINT

* Fixing MARKDOWN lintting

* Adding feedback from pre-commit including pytest-test-runner

* quoting CONDA_ROOT

* Removing redundant python activation

* Updating test keys to reflect hardware

* Updating device label to xpu

* Updating model definition

* upd IDP variable in docker name.

* add mpich package

* Adding groups: render, video

* adding sudo

* fix version  in image name

* Adding device specific tests

* Updating image name

* Updating groups

* Updating xpu tests

* Updating image version

* Labeling tests for cpu or gpu

* Updating to use just cpu kernel

* Removing quantizatino gpu tests

* Using variables to create tests

* Updating services images

* Removing commented tests

* Updating variables

* Removing unnecesary variable

* Updating test variables

* Updating service reference

* Updating service reference

* Adding default values to variables

* commenting test with out of resources error

* Updating test hardware

* Fixing typo

* Updating log structure

* commenting tests for tensroflow v1

* Removing cpu test running on gpu due to IPEX XPU being built without CPU support

* Adding conda clean to the same layer that installs packages

* Removing preset exclusion

* Update .pre-commit-config.yaml

* Solving LMC for  v2024.1.0 release

* Removing redundant channels

* Generating licenses by template

* Adding PVC labbel to tests

---------

Co-authored-by: jafraustro <jaime.valdez.fraustro@intel.com>
Co-authored-by: Jaime Alberto <110444811+jafraustro@users.noreply.github.com>
Co-authored-by: Tyler Titsworth <tyler.titsworth@intel.com>
Co-authored-by: Tyler Titsworth <titswortht@gmail.com>
Co-authored-by: Miguel Angel Pineda <mapineda@aia-sdp-pvc-135536.jf.intel.com>
* Bump super-linter/super-linter from 6.3.1 to 6.4.1

Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 6.3.1 to 6.4.1.
- [Release notes](https://github.com/super-linter/super-linter/releases)
- [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md)
- [Commits](super-linter/super-linter@v6.3.1...v6.4.1)

---
updated-dependencies:
- dependency-name: super-linter/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update lint.yaml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Titsworth <tyler.titsworth@intel.com>
…serving in the python-requirements group (#288)

* Bump intel-extension-for-pytorch

Bumps the python-requirements group in /pytorch/serving with 1 update: [intel-extension-for-pytorch](https://github.com/intel/intel-extension-for-pytorch).


Updates `intel-extension-for-pytorch` from 2.2.0+cpu to 2.3.0
- [Release notes](https://github.com/intel/intel-extension-for-pytorch/releases)
- [Commits](https://github.com/intel/intel-extension-for-pytorch/commits)

---
updated-dependencies:
- dependency-name: intel-extension-for-pytorch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <support@github.com>

* remove serving group, pytorch group takes care of it

* Update requirements.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Titsworth <tyler.titsworth@intel.com>
* test locally

* add CI functional errors

* add CI functional errors

* use pre-commit

* modify tests

* remove duplicate scripts

* remove duplicate scripts

* address lint issues

* revert changes for perf

* Update performance.py
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.1 to 2.3.3.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](ossf/scorecard-action@v2.3.1...v2.3.3)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…-requirements group (#291)

Bump jupyterlab in /classical-ml in the python-requirements group

Bumps the python-requirements group in /classical-ml with 1 update: [jupyterlab](https://github.com/jupyterlab/jupyterlab).


Updates `jupyterlab` from 4.2.0rc0 to 4.2.0
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.2.0-rc.0...@jupyterlab/lsp@4.2.0)

---
updated-dependencies:
- dependency-name: jupyterlab
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump intel-extension-for-pytorch

Bumps the python-requirements group in /pytorch/serving with 1 update: [intel-extension-for-pytorch](https://github.com/intel/intel-extension-for-pytorch).


Updates `intel-extension-for-pytorch` from 2.2.0+cpu to 2.3.0
- [Release notes](https://github.com/intel/intel-extension-for-pytorch/releases)
- [Commits](https://github.com/intel/intel-extension-for-pytorch/commits)

---
updated-dependencies:
- dependency-name: intel-extension-for-pytorch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump the python-requirements group across 1 directory with 5 updates

Bumps the python-requirements group with 5 updates in the /pytorch directory:

| Package | From | To |
| --- | --- | --- |
| oneccl-bind-pt | `2.1.200` | `2.3.0+cpu` |
| [torch](https://github.com/pytorch/pytorch) | `2.1.0.post0+cxx11.abi` | `2.3.0` |
| [torchvision](https://github.com/pytorch/vision) | `0.16.0.post0+cxx11.abi` | `0.18.0` |
| [torchaudio](https://github.com/pytorch/audio) | `2.1.0.post0+cxx11.abi` | `2.3.0` |
| intel-extension-for-pytorch | `2.1.20+xpu` | `2.3.0+cpu` |



Updates `oneccl-bind-pt` from 2.1.200 to 2.3.0+cpu

Updates `torch` from 2.1.0.post0+cxx11.abi to 2.3.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/commits/v2.3.0)

Updates `torchvision` from 0.16.0.post0+cxx11.abi to 0.18.0
- [Release notes](https://github.com/pytorch/vision/releases)
- [Commits](https://github.com/pytorch/vision/commits/v0.18.0)

Updates `torchaudio` from 2.1.0.post0+cxx11.abi to 2.3.0
- [Release notes](https://github.com/pytorch/audio/releases)
- [Commits](https://github.com/pytorch/audio/commits/v2.3.0)

Updates `intel-extension-for-pytorch` from 2.1.20+xpu to 2.3.0+cpu

---
updated-dependencies:
- dependency-name: oneccl-bind-pt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: torch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: torchvision
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: torchaudio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: intel-extension-for-pytorch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update xpu-requirements.txt

* remove serving group, pytorch group takes care of it

* Update requirements.txt

* add libpython

* update cpu docs

* add serving docs

* update pytorch versions

* update multinode ver

* update multinode ver

* update multinode ver

* fix syntax error

* remove pip

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* replace ipex readme with dockerhub readme

* update itex readme

* update python readme

* add classical-ml

* add build section

* update for next classical ml release
Tyler Titsworth and others added 26 commits May 14, 2024 13:58
* init rtd

* update config

* switch to mkdocs

* pre-commit

* test

* add metadata

* add table generation for python and pytorch

* rerun pre-commit

* add comments and exclusionary functionality

* utilize new python base svc

* return isort cfg

* fix pre-commit isort config

* add horizontal frame building

* add get_repo method

* add docs ci

* swap to internal runners

* remove folder filtering on pr

* add container labelling scheme

* add concurrency

* add job read clause

* add reqs install step

* return dockerhub docs

* update mkdocs config

* add readmes to site

* refactor scripts

* re-enable mkdocs hook

* add improved python dep tracking

* correct reqs

* update xpu reqs

* refac 2

* return proxies

* remove import regression

* return depends_on to remove regression

* Update Dockerfile

* Update docker-compose.yaml

* Update Dockerfile
…uirements group (#298)

Bump mkdocs-material in /docs in the python-requirements group

Bumps the python-requirements group in /docs with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).


Updates `mkdocs-material` from 9.5.21 to 9.5.22
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.21...9.5.22)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add third_party folder

* code review changes

* few more tpp files

* fixed name

* fixed names
* Update container-ci.yaml

* Update container-ci.yaml

* Update container-ci.yaml
* add masking support

* update docs

* re-disable compare perf

* enable masking in the action

* integrate with actions

* use .actions.json instead of input passthrough

* remove python edits
* Added Github Action to update dockerhub repo description

* Update .github/workflows/dockerhub-description.yml

Co-authored-by: Tyler Titsworth <tyler.titsworth@intel.com>

* Update .github/workflows/dockerhub-description.yml

Co-authored-by: Tyler Titsworth <tyler.titsworth@intel.com>

* Update .github/workflows/dockerhub-readmes.json

Co-authored-by: Tyler Titsworth <tyler.titsworth@intel.com>

* Update .github/workflows/dockerhub-readmes.json

Co-authored-by: Tyler Titsworth <tyler.titsworth@intel.com>

* pre-commit changes

* moved config file to .github dir

---------

Co-authored-by: Tyler Titsworth <tyler.titsworth@intel.com>
…uirements group (#313)

Bump mkdocs-material in /docs in the python-requirements group

Bumps the python-requirements group in /docs with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).


Updates `mkdocs-material` from 9.5.22 to 9.5.23
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.22...9.5.23)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Titsworth <tyler.titsworth@intel.com>
Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 6.4.1 to 6.5.0.
- [Release notes](https://github.com/super-linter/super-linter/releases)
- [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md)
- [Commits](super-linter/super-linter@v6.4.1...v6.5.0)

---
updated-dependencies:
- dependency-name: super-linter/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Titsworth <tyler.titsworth@intel.com>
)

Bumps the python-requirements group in /classical-ml with 2 updates: [matplotlib](https://github.com/matplotlib/matplotlib) and [notebook](https://github.com/jupyter/notebook).


Updates `matplotlib` from 3.8.4 to 3.9.0
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.8.4...v3.9.0)

Updates `notebook` from 7.2.0rc1 to 7.2.0
- [Release notes](https://github.com/jupyter/notebook/releases)
- [Changelog](https://github.com/jupyter/notebook/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/tree@7.2.0-rc.1...@jupyter-notebook/tree@7.2.0)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: notebook
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Titsworth <tyler.titsworth@intel.com>
…#318)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docs
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…317)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… group across 1 directory (#316)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Titsworth <tyler.titsworth@intel.com>
* add pytorch tests

* add mpi test

* Update tests.yaml

* Update Dockerfile

* remove mpi test

* source setvars

* update setuptools

* downgrade setuputils
Signed-off-by: Abolfazl Shahbazi <abolfazl.shahbazi@intel.com>
@tylertitsworth tylertitsworth merged commit bb3e2ae into main May 28, 2024
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@tylertitsworth tylertitsworth deleted the v0.4.0-Beta branch May 29, 2024 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants