Skip to content

Commit

Permalink
fix xpu version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariadne330 committed Feb 5, 2024
1 parent de7e9b0 commit dbefe24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/llm_tests_for_stable_version_on_arc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Run LLM install (all) test
uses: ./.github/actions/llm/setup-llm-env
with:
extra-dependency: "xpu"
extra-dependency: "xpu_2.1"

- name: Test installed xpu version
shell: bash
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
# - name: Run LLM install (all) test
# uses: ./.github/actions/llm/setup-llm-env
# with:
# extra-dependency: "xpu"
# extra-dependency: "xpu_2.1"

# - name: Test installed xpu version
# shell: bash
Expand Down

0 comments on commit dbefe24

Please sign in to comment.