use runner avx2 with linux
This commit is contained in:
parent
964a8e6dc1
commit
2fff0e8c21
1 changed files with 3 additions and 3 deletions
6
.github/workflows/llm_unit_tests.yml
vendored
6
.github/workflows/llm_unit_tests.yml
vendored
|
|
@ -47,19 +47,19 @@ jobs:
|
||||||
instruction: avx2
|
instruction: avx2
|
||||||
python-version: "3.9"
|
python-version: "3.9"
|
||||||
- os: ubuntu-20.04-lts
|
- os: ubuntu-20.04-lts
|
||||||
instruction: avx512
|
instruction: avx2
|
||||||
python-version: "3.9"
|
python-version: "3.9"
|
||||||
- os: windows
|
- os: windows
|
||||||
instruction: avx2
|
instruction: avx2
|
||||||
python-version: "3.10"
|
python-version: "3.10"
|
||||||
- os: ubuntu-20.04-lts
|
- os: ubuntu-20.04-lts
|
||||||
instruction: avx512
|
instruction: avx2
|
||||||
python-version: "3.10"
|
python-version: "3.10"
|
||||||
- os: windows
|
- os: windows
|
||||||
instruction: avx2
|
instruction: avx2
|
||||||
python-version: "3.11"
|
python-version: "3.11"
|
||||||
- os: ubuntu-20.04-lts
|
- os: ubuntu-20.04-lts
|
||||||
instruction: avx512
|
instruction: avx2
|
||||||
python-version: "3.11"
|
python-version: "3.11"
|
||||||
runs-on: [self-hosted, llm, "${{matrix.instruction}}", "${{matrix.os}}"]
|
runs-on: [self-hosted, llm, "${{matrix.instruction}}", "${{matrix.os}}"]
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue