mirror of
https://github.com/openai/harmony.git
synced 2025-08-23 10:17:08 -04:00
add back aarch
This commit is contained in:
parent
9f015d0fa9
commit
a938605e0f
2 changed files with 6 additions and 6 deletions
8
.github/workflows/CI.yml
vendored
8
.github/workflows/CI.yml
vendored
|
@ -28,8 +28,8 @@ jobs:
|
||||||
target: x86_64
|
target: x86_64
|
||||||
- runner: ubuntu-22.04
|
- runner: ubuntu-22.04
|
||||||
target: x86
|
target: x86
|
||||||
# - runner: ubuntu-22.04
|
- runner: ubuntu-22.04
|
||||||
# target: aarch64
|
target: aarch64
|
||||||
- runner: ubuntu-22.04
|
- runner: ubuntu-22.04
|
||||||
target: armv7
|
target: armv7
|
||||||
# - runner: ubuntu-22.04
|
# - runner: ubuntu-22.04
|
||||||
|
@ -45,7 +45,7 @@ jobs:
|
||||||
uses: PyO3/maturin-action@v1
|
uses: PyO3/maturin-action@v1
|
||||||
with:
|
with:
|
||||||
target: ${{ matrix.platform.target }}
|
target: ${{ matrix.platform.target }}
|
||||||
args: --release --out dist --find-interpreter
|
args: -F python-binding --release --out dist --find-interpreter
|
||||||
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
||||||
manylinux: auto
|
manylinux: auto
|
||||||
- name: Upload wheels
|
- name: Upload wheels
|
||||||
|
@ -76,7 +76,7 @@ jobs:
|
||||||
uses: PyO3/maturin-action@v1
|
uses: PyO3/maturin-action@v1
|
||||||
with:
|
with:
|
||||||
target: ${{ matrix.platform.target }}
|
target: ${{ matrix.platform.target }}
|
||||||
args: --release --out dist --find-interpreter
|
args: -F python-binding --release --out dist --find-interpreter
|
||||||
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
||||||
manylinux: musllinux_1_2
|
manylinux: musllinux_1_2
|
||||||
- name: Upload wheels
|
- name: Upload wheels
|
||||||
|
|
|
@ -16,10 +16,10 @@ description = "OpenAI's response format for its open-weight model series gpt-oss
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
demo = ["uvicorn", "fastapi"]
|
demo = []
|
||||||
|
|
||||||
[tool.maturin]
|
[tool.maturin]
|
||||||
features = ["pyo3/extension-module"]
|
features = ["python-binding", "pyo3/extension-module"]
|
||||||
module-name = "openai_harmony"
|
module-name = "openai_harmony"
|
||||||
python-source = "python"
|
python-source = "python"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue