mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/pytorch: Updated for version 2.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
968d86f747
commit
fb15357695
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=pytorch
|
||||
VERSION=${VERSION:-2.4.0}
|
||||
VERSION=${VERSION:-2.4.1}
|
||||
COMMIT_QNNPACK=7d2a4e9931a82adc3814275b6219a03e24e36b4c
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
PRGNAM="pytorch"
|
||||
VERSION="2.4.0"
|
||||
VERSION="2.4.1"
|
||||
HOMEPAGE="https://pytorch.org/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/pytorch/pytorch/releases/download/v2.4.0/pytorch-v2.4.0.tar.gz \
|
||||
DOWNLOAD_x86_64="https://github.com/pytorch/pytorch/releases/download/v2.4.1/pytorch-v2.4.1.tar.gz \
|
||||
https://github.com/pytorch/QNNPACK/archive/7d2a4e9/QNNPACK-7d2a4e9931a82adc3814275b6219a03e24e36b4c.tar.gz"
|
||||
MD5SUM_x86_64="8604669939cd671b648f2280139dc242 \
|
||||
MD5SUM_x86_64="64604d3b4a5c2c1f725f02828764d842 \
|
||||
fd513287f0b623e58860306c029022b2"
|
||||
REQUIRES="protobuf3 python3-typing-extensions"
|
||||
MAINTAINER="Johannes Schoepfer"
|
||||
|
|
Loading…
Reference in a new issue