Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Dec 10, 2024
1 parent 0f0f289 commit 49a7acc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_api_cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
PUSH_REPO_ID: optimum-benchmark/cpu

# no examples for now
# - if: ${{
# (github.event_name == 'push') ||
# (github.event_name == 'workflow_dispatch') ||
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_cli_cpu_ipex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- name: Run tests
run: pytest tests/test_cli.py -s -k "cli and cpu and ipex"

# examples require specific machines
# - if: ${{
# (github.event_name == 'push') ||
# (github.event_name == 'workflow_dispatch') ||
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_cli_cpu_openvino.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- name: Run tests
run: pytest tests/test_cli.py -s -k "cli and cpu and openvino"

# examples require specific machines
# - if: ${{
# (github.event_name == 'push') ||
# (github.event_name == 'workflow_dispatch') ||
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_cli_cpu_py_txi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- name: Run tests
run: pytest tests/test_cli.py -s -k "cli and cpu and py_txi"

# no examples for now
# - if: ${{
# (github.event_name == 'push') ||
# (github.event_name == 'workflow_dispatch') ||
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_cli_cpu_pytorch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- name: Run tests
run: pytest tests/test_cli.py -s -k "cli and cpu and pytorch"

# no examples for now
# - if: ${{
# (github.event_name == 'push') ||
# (github.event_name == 'workflow_dispatch') ||
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_cli_cuda_onnxruntime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
run: |
pytest tests/test_cli.py -x -s -k "cli and cuda and onnxruntime"
# no examples for now
# - if: ${{
# (github.event_name == 'push') ||
# (github.event_name == 'workflow_dispatch') ||
Expand Down

0 comments on commit 49a7acc

Please sign in to comment.