libraries/pytorch: Updated for version 2.4.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Johannes Schoepfer 2024-09-27 21:46:57 +07:00 committed by Willy Sudiarto Raharjo
parent 968d86f747
commit fb15357695
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -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}

View file

@ -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"