me
/
guix
Archived
1
0
Fork 0

gnu: Add onnx-optimizer-for-torch2.

* gnu/packages/machine-learning.scm (onnx-optimizer-for-torch2): New variable.

Change-Id: Icf48cba3f0a30f171b6f01cd033dd135a078ba1a
master
Ricardo Wurmus 2023-12-27 23:27:12 +01:00
parent 43c92f323e
commit 6055bb3163
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 7 additions and 0 deletions

View File

@ -1282,6 +1282,13 @@ aim is to provide all such passes along with ONNX so that they can be re-used
with a single function call.")
(license license:expat)))
(define-public onnx-optimizer-for-torch2
(package
(inherit onnx-optimizer)
(inputs
(modify-inputs (package-inputs onnx-optimizer)
(replace "onnx" onnx-for-torch2)))))
(define-public rxcpp
(package
(name "rxcpp")