Search Criteria
Package Details: onnxruntime-git 1.20.0.r11453.621b16f478-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/onnxruntime-git.git (read-only, click to copy) |
---|---|
Package Base: | onnxruntime-git |
Description: | cross-platform inference and training machine-learning accelerator. |
Upstream URL: | https://onnxruntime.ai/ |
Licenses: | MIT |
Conflicts: | onnxruntime |
Provides: | onnxruntime |
Submitter: | haagch |
Maintainer: | haagch |
Last Packager: | haagch |
Votes: | 2 |
Popularity: | 0.000061 |
First Submitted: | 2021-09-02 23:05 (UTC) |
Last Updated: | 2024-08-07 19:56 (UTC) |
Dependencies (7)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- protobuf (protobuf-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
Required by (20)
- aprilasr-git (requires onnxruntime) (make)
- aprilasr-git (requires onnxruntime) (optional)
- fotema (requires onnxruntime)
- livecaptions (requires onnxruntime)
- localai-git (requires onnxruntime)
- localai-git (requires onnxruntime) (make)
- localai-git-cuda (requires onnxruntime)
- localai-git-cuda (requires onnxruntime) (make)
- localai-git-cuda-python (requires onnxruntime) (make)
- localai-git-python (requires onnxruntime) (make)
- localai-git-rocm (requires onnxruntime) (make)
- localai-git-rocm (requires onnxruntime)
- localai-git-rocm-python (requires onnxruntime) (make)
- maa-assistant-arknights (requires onnxruntime)
- mimic-bin (requires onnxruntime) (optional)
- monado-git (requires onnxruntime) (optional)
- onnxruntime-server (requires onnxruntime)
- opentrack (requires onnxruntime) (optional)
- piper-tts-git (requires onnxruntime)
- spacedrive-bin (requires onnxruntime)
Latest Comments
carlosnewmusic commented on 2024-09-22 07:06 (UTC)
build error https://pastebin.com/Hmwq2ZXt
haagch commented on 2023-07-11 23:30 (UTC)
Sorry for the long delay. I tried to apply the suggestions, perhaps it works.
horror-proton commented on 2023-06-10 18:43 (UTC) (edited on 2023-06-10 18:44 (UTC) by horror-proton)
I think it doesn't mean that the two packages are in conflict, in fact a
-DCMAKE_IGNORE_PATH=/usr/lib/cmake/flatbuffers/\;/lib/cmake/flatbuffers/
would fix this.Sadly I found having
aur/nsync
installed also breaks the building of the latest version, I justhaagch commented on 2023-05-02 15:27 (UTC)
Does it take the vendored flatbuffers version even if you have the flatbuffers package installed? I'm pretty sure it didn't when I tried it but maybe they fixed it.
horror-proton commented on 2023-05-02 15:24 (UTC)
Hmm, that's weird, why would you mark it conflict with flatbuffers. :thinking:
horror-proton commented on 2023-03-01 16:04 (UTC) (edited on 2023-03-01 16:04 (UTC) by horror-proton)
perhaps something like
would be more reasonable.
SolarAquarion commented on 2021-10-11 14:12 (UTC)
adding these might be a good idea
-DPYTHON_INCLUDE_DIR=$(python -c "from distutils.sysconfig import get_python_inc; print(get_python_inc())") \ -DPYTHON_LIBRARY=$(python -c "import distutils.sysconfig as sysconfig; print(sysconfig.get_config_var('LIBDIR'))") \ -DPYTHON_EXECUTABLE:FILEPATH=
which python
SolarAquarion commented on 2021-10-11 14:08 (UTC)
this package requires python