Skip to content

Commit

Permalink
Update test-mlperf-inference-abtf-poc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Jun 16, 2024
1 parent e6b5bc0 commit bb69898
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-mlperf-inference-abtf-poc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, macos-13, windows-latest]
python-version: [ "3.8", "3.12" ]
python-version: [ "3.9", "3.12" ]
backend: [ "pytorch" ]
implementation: [ "python" ]
exclude:
Expand All @@ -64,8 +64,7 @@ jobs:
#git config --system core.longpaths true
pip install cm4mlops
cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }}
cm run script --quiet --tags=get,sys-utils-cm
- name: Test MLPerf Inference ABTF POC using ${{ matrix.backend }} natively
run: |
cm run script --tags=run-abtf,inference,_poc-demo --adr.compiler.tags=gcc --quiet -v --gh_token=${{ secrets.ABTF_ACCESS_TOKEN }}
cm run script --tags=run-abtf,inference,_poc-demo --adr.compiler.tags=gcc --quiet --env.CM_MLPERF_LOADGEN_BUILD_FROM_SRC=on -v --gh_token=${{ secrets.ABTF_ACCESS_TOKEN }}

0 comments on commit bb69898

Please sign in to comment.