1 Star 0 Fork 0

nlp_my/inference

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pyproject.toml 400 Bytes
一键复制 编辑 原始数据 按行查看 历史
UranusSeven 提交于 2023-07-06 19:57 . REF: rename package (#89)
[build-system]
requires = [
"setuptools<64",
]
build-backend = "setuptools.build_meta"
[tool.black]
include = '\.pyi?$'
extend-exclude = '''
^/xinference/(_version.py)
'''
[tool.pytest.ini_options]
asyncio_mode = "auto"
[tool.cibuildwheel]
build = ["cp38-*", "cp39-*", "cp310-*", "cp311-*"]
skip = "pp* *musllinux* *i686 cp36* cp310-win32 cp311-win32"
manylinux-x86_64-image = "manylinux2014"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/nlp_my/inference.git
git@gitee.com:nlp_my/inference.git
nlp_my
inference
inference
main

搜索帮助