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

ONNX benchmark implementation #271

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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/azureml_pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip==21.3.1
python -m pip install --upgrade pip==22.2.2
pip install flake8==3.9.1 pytest~=6.2 pytest-cov~=2.11
sudo apt-get install libopenmpi-dev
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install libopenmpi-dev
python -m pip install --upgrade pip==21.3.1
python -m pip install --upgrade pip==22.2.2
pip install flake8==3.9.1 pytest~=6.2 pytest-cov~=2.11
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
# hotfix for azurecli issue
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: pip install
run: |
python -m pip install --upgrade pip==21.3.1
python -m pip install --upgrade pip==22.2.2

python -m pip install markdown-include==0.7.0 mkdocstrings==0.19.0 mkdocstrings-python==0.7.1 mkdocs-material==8.4.2 livereload==2.6.3

Expand Down
Loading