diff --git a/.github/workflows/llm-binary-build.yml b/.github/workflows/llm-binary-build.yml index fbfe1b35..8ac7809b 100644 --- a/.github/workflows/llm-binary-build.yml +++ b/.github/workflows/llm-binary-build.yml @@ -143,7 +143,7 @@ jobs: make clean conda remove -n python39 --all -y conda remove -n python310 --all -y - conda remove -n python311 --all -y + # conda remove -n python311 --all -y check-linux-avx512-artifact: runs-on: ubuntu-latest