mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
misc/py-lion-pytorch: New port: PyTorch: Lion optimizer
This commit is contained in:
@@ -483,6 +483,7 @@
|
||||
SUBDIR += py-lazrs
|
||||
SUBDIR += py-lightgbm
|
||||
SUBDIR += py-lightning-utilities
|
||||
SUBDIR += py-lion-pytorch
|
||||
SUBDIR += py-litellm
|
||||
SUBDIR += py-litellm-proxy-extras
|
||||
SUBDIR += py-llama-cpp-python
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
PORTNAME= lion-pytorch
|
||||
DISTVERSION= 0.2.3
|
||||
CATEGORIES= misc # machine-learning
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= PyTorch: Lion optimizer
|
||||
WWW= https://github.com/lucidrains/lion-pytorch
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytorch>=1.6:misc/py-pytorch@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1758249332
|
||||
SHA256 (lion_pytorch-0.2.3.tar.gz) = 42ba117ce857e9dd6c67c727e22e575671fd72e441900af137b05e7ee5c8fd88
|
||||
SIZE (lion_pytorch-0.2.3.tar.gz) = 6990
|
||||
@@ -0,0 +1,3 @@
|
||||
Lion, EvoLved Sign Momentum, is a new optimizer discovered by Google Brain that
|
||||
is purportedly better than Adam(w), in Pytorch. This is nearly a straight copy
|
||||
from here, with few minor modifications.
|
||||
Reference in New Issue
Block a user