civodul pushed a commit to branch master
in repository guix.
commit 95cec3af47d9fa06f8aee533ce58976bd3dc9d84
Author: David Elsing <[email protected]>
AuthorDate: Sun Aug 4 22:15:52 2024 +0000
gnu: Remove onnx-optimizer-for-torch2.
* gnu/packages/machine-learning.scm (onnx-optimizer-for-torch2): Delete
variable.
---
gnu/packages/machine-learning.scm | 8 --------
1 file changed, 8 deletions(-)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index 51ab46bb86..3e9443506d 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1496,14 +1496,6 @@ 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
- (hidden-package
- (package
- (inherit onnx-optimizer)
- (inputs
- (modify-inputs (package-inputs onnx-optimizer)
- (replace "onnx" onnx-for-torch2))))))
-
(define-public rxcpp
(package
(name "rxcpp")