[LLM] Migrate Arc UT to another runner (#9286)
* Separate arc llm ut to another runner * Add dependency for einops
This commit is contained in:
parent
44b5fcc190
commit
733df28a2b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/llm_unit_tests.yml
vendored
4
.github/workflows/llm_unit_tests.yml
vendored
|
|
@ -198,7 +198,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["3.9"]
|
||||
runs-on: [self-hosted, llm, perf]
|
||||
runs-on: [self-hosted, llm, arc]
|
||||
env:
|
||||
OMP_NUM_THREADS: 16
|
||||
THREAD_NUM: 16
|
||||
|
|
@ -265,5 +265,5 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
source /opt/intel/oneapi/setvars.sh
|
||||
python -m pip install expecttest
|
||||
python -m pip install expecttest einops
|
||||
bash python/llm/test/run-llm-inference-tests-gpu.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue