diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-01-16 19:43:41 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-01-16 23:21:36 -0800 |
commit | 79a2dd1ca0d6413528fbb8c0ca5a5b027daea487 (patch) | |
tree | 0694bc99678e059ce42cb1818be571e247c5bd43 /misc/py-pytorch | |
parent | net-mgmt/pushgateway: Update to 1.11.0 (diff) |
misc/onnx: update 1.16.2 → 1.17.0
Diffstat (limited to 'misc/py-pytorch')
-rw-r--r-- | misc/py-pytorch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/py-pytorch/Makefile b/misc/py-pytorch/Makefile index cbaf59c07918..90f28be7f4f6 100644 --- a/misc/py-pytorch/Makefile +++ b/misc/py-pytorch/Makefile @@ -1,7 +1,7 @@ PORTNAME= pytorch DISTVERSIONPREFIX= v DISTVERSION= 2.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc # machine-learning MASTER_SITES= https://github.com/pytorch/pytorch/releases/download/v${DISTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |