gnu: xnnpack: Fix supported systems.
* gnu/packages/machine-learning.scm (xnnpack)[supported-systems]: Fix typo in armhf-linux. Remove i686-mingw, x86_64-mingw. Change-Id: I2a7fe127af9825d71da7e3769d224a20db12d839
parent
b7201c7c37
commit
8504aa6f46
|
@ -4217,8 +4217,8 @@ instead it provides low-level performance primitives for accelerating
|
|||
high-level machine learning frameworks, such as TensorFlow Lite,
|
||||
TensorFlow.js, PyTorch, and MediaPipe.")
|
||||
(supported-systems
|
||||
'("armv7-linux" "aarch64-linux" "riscv64-linux"
|
||||
"i686-linux" "x86_64-linux" "i686-mingw" "x86_64-mingw"))
|
||||
'("armhf-linux" "aarch64-linux" "riscv64-linux"
|
||||
"i686-linux" "x86_64-linux"))
|
||||
(license license:bsd-3))))
|
||||
|
||||
;; Warning: This package requires AVX2 or AVX-512 instructions.
|
||||
|
|
Reference in New Issue