test 3.11
This commit is contained in:
parent
3c3329010d
commit
687da21467
2 changed files with 12 additions and 13 deletions
1
.github/workflows/llm-binary-build.yml
vendored
1
.github/workflows/llm-binary-build.yml
vendored
|
|
@ -58,7 +58,6 @@ jobs:
|
||||||
export http_proxy=${HTTP_PROXY}
|
export http_proxy=${HTTP_PROXY}
|
||||||
export https_proxy=${HTTPS_PROXY}
|
export https_proxy=${HTTPS_PROXY}
|
||||||
yum install -y gcc-toolset-11 cmake git
|
yum install -y gcc-toolset-11 cmake git
|
||||||
conda update -n base conda
|
|
||||||
conda remove -n python39 --all -y
|
conda remove -n python39 --all -y
|
||||||
conda create -n python39 python=3.9 -y
|
conda create -n python39 python=3.9 -y
|
||||||
conda remove -n python310 --all -y
|
conda remove -n python310 --all -y
|
||||||
|
|
|
||||||
24
.github/workflows/llm_unit_tests.yml
vendored
24
.github/workflows/llm_unit_tests.yml
vendored
|
|
@ -43,18 +43,18 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: windows
|
# - os: windows
|
||||||
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: avx512
|
||||||
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: avx512
|
||||||
python-version: "3.10"
|
# python-version: "3.10"
|
||||||
- os: windows
|
- os: windows
|
||||||
instruction: avx2
|
instruction: avx2
|
||||||
python-version: "3.11"
|
python-version: "3.11"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue