mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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
This commit is contained in:
parent
b7201c7c37
commit
8504aa6f46
1 changed files with 2 additions and 2 deletions
|
@ -4217,8 +4217,8 @@ (define-public xnnpack
|
|||
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.
|
||||
|
|
Loading…
Reference in a new issue