Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
onnxruntime-cpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
onnxruntime-cpu
Commits
6f5dfab6
Commit
6f5dfab6
authored
Aug 13, 2026
by
Ran Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CPU version
parents
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
Makefile
Makefile
+18
-0
onnxruntime-1.20.2-yolo-cpu-src.tar.gz
onnxruntime-1.20.2-yolo-cpu-src.tar.gz
+0
-0
No files found.
Makefile
0 → 100644
View file @
6f5dfab6
all
:
rm
-rf
source
build stage required-operators.config onnxruntime.swap
tar
xf onnxruntime-1.20.2-yolo-cpu-src.tar.gz
dd
if
=
/dev/zero
of
=
onnxruntime.swap
bs
=
1M
count
=
2048
status
=
none
chmod
600 onnxruntime.swap
mkswap onnxruntime.swap
swapon onnxruntime.swap
PYTHONPATH
=
$(CURDIR)
/source/python-deps bash
source
/onnxruntime-1.20.2/build.sh
\
--config
Release
--build_dir
build
--update
--build
--parallel
1
\
--allow_running_as_root
--compile_no_warning_as_error
--skip_submodule_sync
--skip_tests
\
--build_shared_lib
--use_preinstalled_eigen
--eigen_path
$(CURDIR)
/source/eigen
\
--disable_ml_ops
--disable_contrib_ops
--disable_types
float8 optional
\
--include_ops_by_config
required-operators.config
install
-m
0755 build/Release/libonnxruntime.so.1.20.2 /usr/lib/
ln
-sfn
libonnxruntime.so.1.20.2 /usr/lib/libonnxruntime.so.1
ln
-sfn
libonnxruntime.so.1 /usr/lib/libonnxruntime.so
swapoff onnxruntime.swap
rm
-rf
source
build stage required-operators.config onnxruntime.swap
onnxruntime-1.20.2-yolo-cpu-src.tar.gz
0 → 100644
View file @
6f5dfab6
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment