diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-02-13 23:35:31 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-03-07 03:09:48 +0100 |
| commit | 0148e0a20393de1090b23eb9b358fab39dcd5212 (patch) | |
| tree | 1f42f34cf502cb1db9253b224340dbdcba9cae97 /gnu | |
| parent | 6831c2dab94cbbb08c4a0f890bcadbd66f88df9b (diff) | |
gnu: onnx-optimizer: Add comment.
* gnu/packages/machine-learning.scm (onnx-optimizer): Add comment.
Change-Id: Ia194c43cf788f02f285ee1716ad16a557b358982
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/machine-learning.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 6b0619f33ed..005fca18ab8 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -2174,6 +2174,8 @@ should not be used standalone."))) (package-transitive-supported-systems pkg))) (list python-nbval)))) (inputs + ;; Must use the same protobuf as onnx to avoid loading two protobuf + ;; libraries causing duplicate schema registration. (list onnx protobuf pybind11-2)) (propagated-inputs (list python-numpy)) |
