mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-17 22:55:57 +02:00
gnu: fbgemm: Update to 0.7.0.
* gnu/packages/machine-learning.scm (fbgemm): Update to 0.7.0.
This commit is contained in:
committed by
Ludovic Courtès
parent
d433001154
commit
e943d9ad53
@@ -4227,7 +4227,7 @@ TensorFlow.js, PyTorch, and MediaPipe.")
|
||||
(define-public fbgemm
|
||||
(package
|
||||
(name "fbgemm")
|
||||
(version "0.6.0")
|
||||
(version "0.7.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
@@ -4236,7 +4236,7 @@ TensorFlow.js, PyTorch, and MediaPipe.")
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0mw30v55aicqdbh3xwfj9p8f38nw70ks5cxiwpgwjsk0dylah9rf"))
|
||||
"1dzw9w82ca0hss1lvshix6piwsd0k11lyq9pzm8yg8k7j56hmyig"))
|
||||
(patches (search-patches "fbgemm-use-system-libraries.patch"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
|
||||
Reference in New Issue
Block a user