summaryrefslogtreecommitdiff
path: root/misc/py-pytorch
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2025-07-03 11:47:18 +0200
committerThierry Thomas <thierry@FreeBSD.org>2025-07-03 11:47:18 +0200
commitd9945408bf5476a7fca647080eab059984e8b2ec (patch)
tree03599377529b5c7c25b7f1ad7c9c352537317767 /misc/py-pytorch
parentmath/blis: upgrade BLIS to 2.0 (diff)
*/*: chase the upgrade of BLIS to 2.0
Diffstat (limited to 'misc/py-pytorch')
-rw-r--r--misc/py-pytorch/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/py-pytorch/Makefile b/misc/py-pytorch/Makefile
index 2bf97ee11be6..4b20c667b5c1 100644
--- a/misc/py-pytorch/Makefile
+++ b/misc/py-pytorch/Makefile
@@ -1,6 +1,7 @@
PORTNAME= pytorch
DISTVERSIONPREFIX= v
DISTVERSION= 2.7.1
+PORTREVISION= 1
CATEGORIES= misc # machine-learning
MASTER_SITES= https://github.com/pytorch/pytorch/releases/download/v${DISTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}