Skip to content

Commit

Permalink
Ubuntu: mantic & noble support
Browse files Browse the repository at this point in the history
I decided to use pytorch being integrated by Ubuntu (debian/sid),
and this package provides libtorch-dev for C++ binding.

Trying to address nnstreamer#4431

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
  • Loading branch information
myungjoo authored and jaeyun-jung committed Apr 24, 2024
1 parent a82dd5f commit d682aa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Build-Depends: gcc-9 | gcc-8 | gcc-7 | gcc-6 | gcc-5 (>=5.4),
protobuf-compiler (>=3.12), libprotobuf-dev [amd64 arm64 armhf],
libpaho-mqtt-dev,
tensorflow2-lite-dev,
pytorch, libedgetpu1-std (>=12), libedgetpu-dev (>=12),
pytorch | libtorch-dev, libedgetpu1-std (>=12), libedgetpu-dev (>=12),
openvino-dev, openvino-cpu-mkldnn [amd64],
nnfw-dev [amd64] | gcc,
tvm-runtime-dev, onnxruntime-dev
Expand Down
2 changes: 1 addition & 1 deletion debian/control.ubuntu.ppa
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Build-Depends: gcc-9 | gcc-8 | gcc-7 | gcc-6 | gcc-5 (>=5.4),
protobuf-compiler (>=3.12), libprotobuf-dev [amd64 arm64 armhf],
libpaho-mqtt-dev,
tensorflow2-lite-dev,
pytorch, libedgetpu1-std (>=12), libedgetpu-dev (>=12),
pytorch | libtorch-dev, libedgetpu1-std (>=12), libedgetpu-dev (>=12),
openvino-dev, openvino-cpu-mkldnn [amd64],
nnfw-dev [amd64] | gcc,
tvm-runtime-dev, onnxruntime-dev
Expand Down

0 comments on commit d682aa6

Please sign in to comment.