pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

llama.cpp: comment out reference to another non-existent package



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Jun 3 15:40:41 2025 +0200
Changeset:	8a25740e6682a8b3dfa917234690c20d797145d0

Modified Files:
	llama.cpp/Makefile

Log Message:
llama.cpp: comment out reference to another non-existent package

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8a25740e6682a8b3dfa917234690c20d797145d0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 llama.cpp/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/llama.cpp/Makefile b/llama.cpp/Makefile
index 635d6fd616..6f0ffc1d55 100644
--- a/llama.cpp/Makefile
+++ b/llama.cpp/Makefile
@@ -18,7 +18,7 @@ USE_CXX_FEATURES=	c++17
 DEPENDS+=	${PYPKGPREFIX}-torch>=2.2:../../math/py-torch
 DEPENDS+=	${PYPKGPREFIX}-numpy>=1.25:../../math/py-numpy
 #DEPENDS+=	${PYPKGPREFIX}-gguf>=0.14:../../math/py-gguf
-DEPENDS+=	${PYPKGPREFIX}-transformers>=4.35.2:../../math/py-transformers
+#DEPENDS+=	${PYPKGPREFIX}-transformers>=4.35.2:../../math/py-transformers
 DEPENDS+=	${PYPKGPREFIX}-protobuf>=4.21.0:../../devel/py-protobuf
 DEPENDS+=	${PYPKGPREFIX}-sentencepiece>=0.1.98:../../textproc/py-sentencepiece
 


Home | Main Index | Thread Index | Old Index