Skip to content
Snippets Groups Projects
Commit 720ec705 authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

misc/py-onnxconverter-common: New port: ONNX converter and optimization tools

parent 80972283
No related branches found
No related tags found
No related merge requests found
......@@ -473,6 +473,7 @@
SUBDIR += py-ollama
SUBDIR += py-onnx
SUBDIR += py-onnx-tf
SUBDIR += py-onnxconverter-common
SUBDIR += py-openai
SUBDIR += py-openai-whisper
SUBDIR += py-openpaperwork-core
......
PORTNAME= onnxconverter-common
DISTVERSION= 1.14.0
CATEGORIES= misc # machine-learning
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= ONNX converter and optimization tools
WWW= https://github.com/microsoft/onnxconverter-common
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}onnx>0:misc/py-onnx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}protobuf>=3.20.2:devel/py-protobuf@${PY_FLAVOR}
USES= python
USE_PYTHON= pep517 autoplist
NO_ARCH= yes
.include <bsd.port.mk>
TIMESTAMP = 1742018366
SHA256 (onnxconverter-common-1.14.0.tar.gz) = 6e431429bd15325c5b2c3eab61bed0d5634c23ed58f8823961be448d629d014a
SIZE (onnxconverter-common-1.14.0.tar.gz) = 82146
The onnxconverter-common package provides common functions and utilities for use
in converters from various AI frameworks to ONNX. It also enables the different
converters to work together to convert a model from mixed frameworks, like a
scikit-learn pipeline embedding a xgboost model.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment