pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-whichllm: add new package
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Sun May 17 20:51:02 2026 +0200
Changeset: 00b37b5d83c900deb9df7ff7548348c1e0704e65
Added Files:
py-whichllm/DESCR
py-whichllm/Makefile
py-whichllm/PLIST
py-whichllm/distinfo
Log Message:
py-whichllm: add new package
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=00b37b5d83c900deb9df7ff7548348c1e0704e65
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-whichllm/DESCR | 4 ++
py-whichllm/Makefile | 33 ++++++++++++++++
py-whichllm/PLIST | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++
py-whichllm/distinfo | 5 +++
4 files changed, 148 insertions(+)
diffs:
diff --git a/py-whichllm/DESCR b/py-whichllm/DESCR
new file mode 100644
index 0000000000..db83467818
--- /dev/null
+++ b/py-whichllm/DESCR
@@ -0,0 +1,4 @@
+Find the best local LLM that actually runs on your hardware.
+
+Auto-detects your GPU/CPU/RAM and ranks the top models from
+HuggingFace that fit your system.
diff --git a/py-whichllm/Makefile b/py-whichllm/Makefile
new file mode 100644
index 0000000000..a9cae1f805
--- /dev/null
+++ b/py-whichllm/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD$
+
+DISTNAME= whichllm-0.5.5
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= python devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=Andyyyy64/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/Andyyyy64/whichllm/
+COMMENT= Find the local LLM best for your hardware
+LICENSE= mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+DEPENDS+= ${PYPKGPREFIX}-httpx>=0.27:../../www/py-httpx
+DEPENDS+= ${PYPKGPREFIX}-dbgpu>=1.0:../../wip/py-dbgpu
+DEPENDS+= ${PYPKGPREFIX}-psutil>=5.9:../../sysutils/py-psutil
+DEPENDS+= ${PYPKGPREFIX}-rich>=13.0:../../comms/py-rich
+DEPENDS+= ${PYPKGPREFIX}-typer>=0.9:../../devel/py-typer
+# "nvidia-ml-py>=12.0",
+
+WRKSRC= ${WRKDIR}/${DISTNAME}
+
+# TODO: Extract dependencies from pyproject.toml
+
+USE_LANGUAGES= # none
+
+.if make(test)
+ALLOW_NETWORK_ACCESS= yes
+.endif
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-whichllm/PLIST b/py-whichllm/PLIST
new file mode 100644
index 0000000000..c4183d8a6d
--- /dev/null
+++ b/py-whichllm/PLIST
@@ -0,0 +1,106 @@
+@comment $NetBSD$
+bin/whichllm
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/whichllm/__init__.py
+${PYSITELIB}/whichllm/__init__.pyc
+${PYSITELIB}/whichllm/__init__.pyo
+${PYSITELIB}/whichllm/cli.py
+${PYSITELIB}/whichllm/cli.pyc
+${PYSITELIB}/whichllm/cli.pyo
+${PYSITELIB}/whichllm/constants.py
+${PYSITELIB}/whichllm/constants.pyc
+${PYSITELIB}/whichllm/constants.pyo
+${PYSITELIB}/whichllm/engine/__init__.py
+${PYSITELIB}/whichllm/engine/__init__.pyc
+${PYSITELIB}/whichllm/engine/__init__.pyo
+${PYSITELIB}/whichllm/engine/compatibility.py
+${PYSITELIB}/whichllm/engine/compatibility.pyc
+${PYSITELIB}/whichllm/engine/compatibility.pyo
+${PYSITELIB}/whichllm/engine/performance.py
+${PYSITELIB}/whichllm/engine/performance.pyc
+${PYSITELIB}/whichllm/engine/performance.pyo
+${PYSITELIB}/whichllm/engine/quantization.py
+${PYSITELIB}/whichllm/engine/quantization.pyc
+${PYSITELIB}/whichllm/engine/quantization.pyo
+${PYSITELIB}/whichllm/engine/ranker.py
+${PYSITELIB}/whichllm/engine/ranker.pyc
+${PYSITELIB}/whichllm/engine/ranker.pyo
+${PYSITELIB}/whichllm/engine/types.py
+${PYSITELIB}/whichllm/engine/types.pyc
+${PYSITELIB}/whichllm/engine/types.pyo
+${PYSITELIB}/whichllm/engine/vram.py
+${PYSITELIB}/whichllm/engine/vram.pyc
+${PYSITELIB}/whichllm/engine/vram.pyo
+${PYSITELIB}/whichllm/hardware/__init__.py
+${PYSITELIB}/whichllm/hardware/__init__.pyc
+${PYSITELIB}/whichllm/hardware/__init__.pyo
+${PYSITELIB}/whichllm/hardware/amd.py
+${PYSITELIB}/whichllm/hardware/amd.pyc
+${PYSITELIB}/whichllm/hardware/amd.pyo
+${PYSITELIB}/whichllm/hardware/apple.py
+${PYSITELIB}/whichllm/hardware/apple.pyc
+${PYSITELIB}/whichllm/hardware/apple.pyo
+${PYSITELIB}/whichllm/hardware/cpu.py
+${PYSITELIB}/whichllm/hardware/cpu.pyc
+${PYSITELIB}/whichllm/hardware/cpu.pyo
+${PYSITELIB}/whichllm/hardware/detector.py
+${PYSITELIB}/whichllm/hardware/detector.pyc
+${PYSITELIB}/whichllm/hardware/detector.pyo
+${PYSITELIB}/whichllm/hardware/gpu_simulator.py
+${PYSITELIB}/whichllm/hardware/gpu_simulator.pyc
+${PYSITELIB}/whichllm/hardware/gpu_simulator.pyo
+${PYSITELIB}/whichllm/hardware/intel.py
+${PYSITELIB}/whichllm/hardware/intel.pyc
+${PYSITELIB}/whichllm/hardware/intel.pyo
+${PYSITELIB}/whichllm/hardware/memory.py
+${PYSITELIB}/whichllm/hardware/memory.pyc
+${PYSITELIB}/whichllm/hardware/memory.pyo
+${PYSITELIB}/whichllm/hardware/nvidia.py
+${PYSITELIB}/whichllm/hardware/nvidia.pyc
+${PYSITELIB}/whichllm/hardware/nvidia.pyo
+${PYSITELIB}/whichllm/hardware/types.py
+${PYSITELIB}/whichllm/hardware/types.pyc
+${PYSITELIB}/whichllm/hardware/types.pyo
+${PYSITELIB}/whichllm/models/__init__.py
+${PYSITELIB}/whichllm/models/__init__.pyc
+${PYSITELIB}/whichllm/models/__init__.pyo
+${PYSITELIB}/whichllm/models/benchmark.py
+${PYSITELIB}/whichllm/models/benchmark.pyc
+${PYSITELIB}/whichllm/models/benchmark.pyo
+${PYSITELIB}/whichllm/models/benchmark_sources/__init__.py
+${PYSITELIB}/whichllm/models/benchmark_sources/__init__.pyc
+${PYSITELIB}/whichllm/models/benchmark_sources/__init__.pyo
+${PYSITELIB}/whichllm/models/benchmark_sources/aa_index.py
+${PYSITELIB}/whichllm/models/benchmark_sources/aa_index.pyc
+${PYSITELIB}/whichllm/models/benchmark_sources/aa_index.pyo
+${PYSITELIB}/whichllm/models/benchmark_sources/aider.py
+${PYSITELIB}/whichllm/models/benchmark_sources/aider.pyc
+${PYSITELIB}/whichllm/models/benchmark_sources/aider.pyo
+${PYSITELIB}/whichllm/models/benchmark_sources/livebench.py
+${PYSITELIB}/whichllm/models/benchmark_sources/livebench.pyc
+${PYSITELIB}/whichllm/models/benchmark_sources/livebench.pyo
+${PYSITELIB}/whichllm/models/benchmark_sources/vision.py
+${PYSITELIB}/whichllm/models/benchmark_sources/vision.pyc
+${PYSITELIB}/whichllm/models/benchmark_sources/vision.pyo
+${PYSITELIB}/whichllm/models/cache.py
+${PYSITELIB}/whichllm/models/cache.pyc
+${PYSITELIB}/whichllm/models/cache.pyo
+${PYSITELIB}/whichllm/models/fetcher.py
+${PYSITELIB}/whichllm/models/fetcher.pyc
+${PYSITELIB}/whichllm/models/fetcher.pyo
+${PYSITELIB}/whichllm/models/grouper.py
+${PYSITELIB}/whichllm/models/grouper.pyc
+${PYSITELIB}/whichllm/models/grouper.pyo
+${PYSITELIB}/whichllm/models/types.py
+${PYSITELIB}/whichllm/models/types.pyc
+${PYSITELIB}/whichllm/models/types.pyo
+${PYSITELIB}/whichllm/output/__init__.py
+${PYSITELIB}/whichllm/output/__init__.pyc
+${PYSITELIB}/whichllm/output/__init__.pyo
+${PYSITELIB}/whichllm/output/display.py
+${PYSITELIB}/whichllm/output/display.pyc
+${PYSITELIB}/whichllm/output/display.pyo
diff --git a/py-whichllm/distinfo b/py-whichllm/distinfo
new file mode 100644
index 0000000000..d79ad03fe6
--- /dev/null
+++ b/py-whichllm/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (whichllm-0.5.5.tar.gz) = 04ffbcafc430b5d0ead9b982aa6c4d18c48896fce5b15121a58d44238f57644c
+SHA512 (whichllm-0.5.5.tar.gz) = f3af6d813f694cc16e8c3e40e15963642008384b1463a3889dffc542ca57cc9681ea081cf27ebb088973a62d3a8b167f61b0ea212a12c1cdea97d0ef4a7f5ec6
+Size (whichllm-0.5.5.tar.gz) = 1104311 bytes
Home |
Main Index |
Thread Index |
Old Index