pkgsrc-WIP-changes archive

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

llama.cpp: remove reference to non-existent py-gguf package



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Jun 1 23:04:46 2025 +0200
Changeset:	b238fed11b6fd6f69a803f0219f6ca935258922b

Modified Files:
	llama.cpp/Makefile

Log Message:
llama.cpp: remove reference to non-existent py-gguf package

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

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 14ce73ee79..635d6fd616 100644
--- a/llama.cpp/Makefile
+++ b/llama.cpp/Makefile
@@ -17,7 +17,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}-gguf>=0.14:../../math/py-gguf
 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