Skip to content

Commit

Permalink
LLM: test new oneapi (intel-analytics#9654)
Browse files Browse the repository at this point in the history
* test new oneapi

* revert llm_performance_tests.yml
  • Loading branch information
WeiguangHan authored Dec 12, 2023
1 parent 3b730c4 commit 547ff20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/llm_performance_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ jobs:
- name: Test installed xpu version
shell: bash
run: |
source /opt/intel/oneapi/setvars.sh
source /home/arda/intel/oneapi/setvars.sh
bash python/llm/test/run-llm-install-tests.sh
- name: Test on xpu
shell: bash
run: |
source /opt/intel/oneapi/setvars.sh
source /home/arda/intel/oneapi/setvars.sh
export USE_XETLA=OFF
export SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1
mv python/llm/test/benchmark/arc-perf-test.yaml python/llm/dev/benchmark/all-in-one/config.yaml
Expand Down

0 comments on commit 547ff20

Please sign in to comment.