Change thread_num in Linux inference actions (#8528)
This commit is contained in:
parent
6320bf201e
commit
df97d39e29
1 changed files with 1 additions and 1 deletions
2
.github/workflows/llm_unit_tests_linux.yml
vendored
2
.github/workflows/llm_unit_tests_linux.yml
vendored
|
|
@ -53,7 +53,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.9"]
|
python-version: ["3.9"]
|
||||||
env:
|
env:
|
||||||
THREAD_NUM: 6
|
THREAD_NUM: 24
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue