diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2025-02-23 07:45:55 -0500 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2025-02-23 07:47:41 -0500 |
commit | cbef78abfce5346f71e824247d75c88c04c084c0 (patch) | |
tree | 2c4507d77ffb9e88c8a7c01c2c59c0612fda0361 /misc/pytorch/Makefile | |
parent | devel/libphonenumber: Remove workaround after 39dbb2a182af (diff) |
*/*: Chase devel/abseil update
Diffstat (limited to 'misc/pytorch/Makefile')
-rw-r--r-- | misc/pytorch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/pytorch/Makefile b/misc/pytorch/Makefile index acf8c7a78198..16c2f99f1fa3 100644 --- a/misc/pytorch/Makefile +++ b/misc/pytorch/Makefile @@ -1,7 +1,7 @@ PORTNAME= pytorch DISTVERSIONPREFIX= v DISTVERSION= 2.4.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= misc # machine-learning MASTER_SITES= https://github.com/pytorch/pytorch/releases/download/v${DISTVERSION}/ DIST_SUBDIR= ${PORTNAME} |