Port details on branch 2024Q4 |
- onnxruntime Cross-platform, high performance ML inferencing & training accelerator
- 1.18.2_1 misc =0 1.18.2_1Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2024-10-13 19:09:07
- Last Update: 2024-10-13 19:06:58
- Commit Hash: d748f35
- License: MIT
- WWW:
- https://onnxruntime.ai/
- Description:
- ONNX Runtime is a cross-platform inference and training machine-learning
accelerator.
ONNX Runtime inference can enable faster customer experiences and lower costs,
supporting models from deep learning frameworks such as PyTorch and
TensorFlow/Keras as well as classical machine learning libraries such as
scikit-learn, LightGBM, XGBoost, etc. ONNX Runtime is compatible with different
hardware, drivers, and operating systems, and provides optimal performance by
leveraging hardware accelerators where applicable alongside graph optimizations
and transforms.
ONNX Runtime training can accelerate the model training time on multi-node
NVIDIA GPUs for transformer models with a one-line addition for existing PyTorch
training scripts.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- onnxruntime>0:misc/onnxruntime
- Conflicts:
- CONFLICTS_BUILD:
- abseil
- benchmark
- nsync
- googletest
- dlpack
- flatbuffers
- gsl
- mimalloc
- nlohmann-json
- onnx
- protobuf
- psimd
- pthreadpool
- pybind11
- re2
- To install the port:
- cd /usr/ports/misc/onnxruntime/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/onnxruntime
- pkg install onnxruntime
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: onnxruntime
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1728269378
SHA256 (onnxruntime/f46495ea96f68fc3f6c394f099b2992743f6ff7f.zip) = c66911f9b09c606fdfcbcc45b706da7297aac4c81c9bd5720c8b9985ef70f805
SIZE (onnxruntime/f46495ea96f68fc3f6c394f099b2992743f6ff7f.zip) = 3293341
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gpatch : devel/patch
- cmake : devel/cmake-core
- ninja : devel/ninja
- python3.11 : lang/python311
- Library dependencies:
-
- libabsl_base.so : devel/abseil
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- misc_onnxruntime
- USES:
- cmake:testing compiler:c++11-lang python:build
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.18.2_1 13 Oct 2024 19:06:58 |
Yuri Victorovich (yuri) |
misc/onnxruntime: Remove comment
All tests pass.
(cherry picked from commit 0edaaa2bd323d1a6d174361319cd92c126b35b9f) |
1.18.2_1 13 Oct 2024 19:06:58 |
Yuri Victorovich (yuri) |
misc/onnxruntime: Broken on i386
Reported by: fallout
(cherry picked from commit 4f2f289ba6513efeaca17b6d38a50c717a413046) |
1.18.2_1 13 Oct 2024 19:06:57 |
Yuri Victorovich (yuri) |
misc/onnxruntime: Minor correction
(cherry picked from commit 7a6dccba226474273665aaa394ffde20f69f251f) |
1.18.2_1 13 Oct 2024 19:06:57 |
Yuri Victorovich (yuri) |
misc/onnxruntime: Remove BUILD_SHARED_LIBS; Add CONFLICTS_BUILD
All tests except for one succeed now.
(cherry picked from commit b3cce401eab1ceeb04a0c6fb78f15371c54a52bf) |