parent
349bcb4bae
commit
60c2c0c3dc
3 changed files with 5 additions and 5 deletions
|
|
@ -14,6 +14,6 @@ runs:
|
|||
mv linux-avx2/* python/llm/llm-binary/
|
||||
mv linux-avx512/* python/llm/llm-binary/
|
||||
mv windows-avx2/* python/llm/llm-binary/
|
||||
rm -rf linux-avx2
|
||||
rm -rf linux-avx512
|
||||
rm -rf windows-avx2
|
||||
rm -rf linux-avx2 || true
|
||||
rm -rf linux-avx512 || true
|
||||
rm -rf windows-avx2 || true
|
||||
|
|
|
|||
2
.github/workflows/llm-binary-build.yml
vendored
2
.github/workflows/llm-binary-build.yml
vendored
|
|
@ -11,7 +11,7 @@ on:
|
|||
pull_request:
|
||||
branches: [main]
|
||||
paths:
|
||||
- ".github/workflows/llm-pypi-release.yml"
|
||||
- ".github/workflows/llm-binary-build.yml"
|
||||
workflow_dispatch:
|
||||
|
||||
workflow_call:
|
||||
|
|
|
|||
Loading…
Reference in a new issue