mirror of
https://github.com/openai/harmony.git
synced 2025-08-23 01:17:09 -04:00
add back aarch
This commit is contained in:
parent
9f015d0fa9
commit
a938605e0f
2 changed files with 6 additions and 6 deletions
|
@ -16,10 +16,10 @@ description = "OpenAI's response format for its open-weight model series gpt-oss
|
|||
readme = "README.md"
|
||||
|
||||
[project.optional-dependencies]
|
||||
demo = ["uvicorn", "fastapi"]
|
||||
demo = []
|
||||
|
||||
[tool.maturin]
|
||||
features = ["pyo3/extension-module"]
|
||||
features = ["python-binding", "pyo3/extension-module"]
|
||||
module-name = "openai_harmony"
|
||||
python-source = "python"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue