<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/gnu/packages/machine-learning.scm, branch master</title>
<subtitle>Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/'/>
<entry>
<title>gnu: stable-diffusion-cpp: Update to 827-97d2990.</title>
<updated>2026-08-25T13:37:20+00:00</updated>
<author>
<name>Cayetano Santos</name>
<email>csantosb@inventati.org</email>
</author>
<published>2026-08-25T13:35:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=df854574b0e2ec021dcd94cd3784b51c2ba7e4c2'/>
<id>df854574b0e2ec021dcd94cd3784b51c2ba7e4c2</id>
<content type='text'>
* gnu/packages/machine-learning.scm (stable-diffusion-cpp): Update to
827-97d2990.
[arguments]: Adapt #:configure-flags.
[inputs]: Remove ggml-for-stable-diffusion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/machine-learning.scm (stable-diffusion-cpp): Update to
827-97d2990.
[arguments]: Adapt #:configure-flags.
[inputs]: Remove ggml-for-stable-diffusion.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: maturin: Move to (gnu packages build-tools).</title>
<updated>2026-08-18T23:31:56+00:00</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-08-12T23:19:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=aeb265f1f9b2266aedf9b0ba0166cc0de2e0b577'/>
<id>aeb265f1f9b2266aedf9b0ba0166cc0de2e0b577</id>
<content type='text'>
Authors were parsed from git history with the following command:

    git log --all --grep="maturin:" \
    --pretty=format:";;; Copyright © %as %aN &lt;%aE&gt;"

* gnu/packages/rust-apps.scm (vtracer, uv)[native-inputs]: Replace
maturing with (@ (gnu packages build-tools) maturin).
(maturing): Deprecate variable and move from here ...
* gnu/packages/build-tools.scm: ... to here.

* gnu/packages/embedded.scm: Replace rust-apps with build-tools module.
* gnu/packages/python-crypto.scm: Likewise.
* gnu/packages/python-web.scm: Likewise.
* gnu/packages/time.scm: Likewise.

* gnu/packages/machine-learning.scm: Remove rust-apps module.
* gnu/packages/python-compression.scm: Likewise.
* gnu/packages/python-science.scm: Likewise.
* gnu/packages/python-xyz.scm: Likewise.

Signed-off-by: Maxim Cournoyer &lt;maxim@guixotic.coop&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Authors were parsed from git history with the following command:

    git log --all --grep="maturin:" \
    --pretty=format:";;; Copyright © %as %aN &lt;%aE&gt;"

* gnu/packages/rust-apps.scm (vtracer, uv)[native-inputs]: Replace
maturing with (@ (gnu packages build-tools) maturin).
(maturing): Deprecate variable and move from here ...
* gnu/packages/build-tools.scm: ... to here.

* gnu/packages/embedded.scm: Replace rust-apps with build-tools module.
* gnu/packages/python-crypto.scm: Likewise.
* gnu/packages/python-web.scm: Likewise.
* gnu/packages/time.scm: Likewise.

* gnu/packages/machine-learning.scm: Remove rust-apps module.
* gnu/packages/python-compression.scm: Likewise.
* gnu/packages/python-science.scm: Likewise.
* gnu/packages/python-xyz.scm: Likewise.

Signed-off-by: Maxim Cournoyer &lt;maxim@guixotic.coop&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: koboldcpp: Update to 1.119.</title>
<updated>2026-08-18T06:48:27+00:00</updated>
<author>
<name>Andy Tai</name>
<email>atai@atai.org</email>
</author>
<published>2026-08-18T06:02:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=3e478b7ec2d3d898e8c2a4c70637d71e8ee70b3f'/>
<id>3e478b7ec2d3d898e8c2a4c70637d71e8ee70b3f</id>
<content type='text'>
*  gnu/packages/machine-learning.scm (koboldcpp): Update to 1.119.

Merges guix/guix!10636
Signed-off-by: Cayetano Santos &lt;csantosb@inventati.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*  gnu/packages/machine-learning.scm (koboldcpp): Update to 1.119.

Merges guix/guix!10636
Signed-off-by: Cayetano Santos &lt;csantosb@inventati.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: llama-cpp: Update to 0.0.0-10318.</title>
<updated>2026-08-17T14:18:00+00:00</updated>
<author>
<name>Cayetano Santos</name>
<email>csantosb@inventati.org</email>
</author>
<published>2026-08-13T08:59:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=30d5740056fce43fede63237bb826f86a3237566'/>
<id>30d5740056fce43fede63237bb826f86a3237566</id>
<content type='text'>
Former disabled tests in ’fix-tests phase are replaced by a patch.

* gnu/packages/machine-learning.scm (llama-cpp): Update to 0.0.0-10318.
[source]: Add patch.
[arguments]: Remove disabled tests from ’fix-tests #:phase.
* gnu/packages/patches/llama-cpp-disable-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

Merges guix/guix!10535
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Former disabled tests in ’fix-tests phase are replaced by a patch.

* gnu/packages/machine-learning.scm (llama-cpp): Update to 0.0.0-10318.
[source]: Add patch.
[arguments]: Remove disabled tests from ’fix-tests #:phase.
* gnu/packages/patches/llama-cpp-disable-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

Merges guix/guix!10535
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: ggml: Update to 0.19.0.</title>
<updated>2026-08-17T14:17:53+00:00</updated>
<author>
<name>Cayetano Santos</name>
<email>csantosb@inventati.org</email>
</author>
<published>2026-08-13T08:59:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=788a717f0cbbb9afe62488a63682db315c769b17'/>
<id>788a717f0cbbb9afe62488a63682db315c769b17</id>
<content type='text'>
* gnu/packages/machine-learning.scm (ggml): Update to 0.19.0.

Merges guix/guix!10535
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/machine-learning.scm (ggml): Update to 0.19.0.

Merges guix/guix!10535
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: python-transformers: Update to 4.57.6.</title>
<updated>2026-08-11T11:51:24+00:00</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-06-18T07:26:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=cff2be66d670f546c41dbb30934c8f1c18e543ae'/>
<id>cff2be66d670f546c41dbb30934c8f1c18e543ae</id>
<content type='text'>
* gnu/packages/machine-learning.scm (python-transformers): Update to 4.57.6.
[arguments]{test-flags}: Refresh them.
[propagated-inputs]: Add python-packaging.
[native-inputs]: Add python-pytest-asyncio.  Remove python-wheel.

Relates-to: guix/guix!10416
Reviewed-by: Hugo Buddelmeijer &lt;hugo@buddelmeijer.nl&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/machine-learning.scm (python-transformers): Update to 4.57.6.
[arguments]{test-flags}: Refresh them.
[propagated-inputs]: Add python-packaging.
[native-inputs]: Add python-pytest-asyncio.  Remove python-wheel.

Relates-to: guix/guix!10416
Reviewed-by: Hugo Buddelmeijer &lt;hugo@buddelmeijer.nl&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: python-tokenizers: Update to 0.22.2.</title>
<updated>2026-08-11T11:51:23+00:00</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-06-17T21:09:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=fe7b724c33427520df5d408e7d21d88d9352c750'/>
<id>fe7b724c33427520df5d408e7d21d88d9352c750</id>
<content type='text'>
* gnu/packages/machine-learning.scm (python-tokenizers): Update to 0.22.2.
[source]: Switch to git-fetch, adapt snippet.
[build-system]: Migrate from cargo to python + maturin.
[arguments]{modules, imported-modules}: Update them accordingly.
{test-flags, phases}: Rewrite them entirely.
[native-inputs]: Add python-httpx, python-huggingface-hub,
python-numpy, python-pytest-asyncio, python-pytest-timeout,
python-requests, python-tqdm, maturin, nss-certs-for-test, rust and
its siblings for maturin.  Remove python-minimal.
[inputs]: Refresh them.

* gnu/packages/rust-crates.scm (lookup-cargo-inputs)
[python-tokenizers]: Remove it.
[tokenizers-python]: Add it.

Relates-to: guix/guix!10416
Reviewed-by: Hugo Buddelmeijer &lt;hugo@buddelmeijer.nl&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/machine-learning.scm (python-tokenizers): Update to 0.22.2.
[source]: Switch to git-fetch, adapt snippet.
[build-system]: Migrate from cargo to python + maturin.
[arguments]{modules, imported-modules}: Update them accordingly.
{test-flags, phases}: Rewrite them entirely.
[native-inputs]: Add python-httpx, python-huggingface-hub,
python-numpy, python-pytest-asyncio, python-pytest-timeout,
python-requests, python-tqdm, maturin, nss-certs-for-test, rust and
its siblings for maturin.  Remove python-minimal.
[inputs]: Refresh them.

* gnu/packages/rust-crates.scm (lookup-cargo-inputs)
[python-tokenizers]: Remove it.
[tokenizers-python]: Add it.

Relates-to: guix/guix!10416
Reviewed-by: Hugo Buddelmeijer &lt;hugo@buddelmeijer.nl&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Remove python-onnx.</title>
<updated>2026-08-10T08:54:35+00:00</updated>
<author>
<name>Andreas Enge</name>
<email>andreas@enge.fr</email>
</author>
<published>2026-08-05T10:23:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=468f33be189b20db821180d6fa13aa8f810432d1'/>
<id>468f33be189b20db821180d6fa13aa8f810432d1</id>
<content type='text'>
* gnu/packages/machine-learning.scm (python-onnx): Delete variable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/machine-learning.scm (python-onnx): Delete variable.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: python-pot: Update to 0.9.7.post1.</title>
<updated>2026-08-08T22:02:33+00:00</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-08-06T20:12:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=3e0cac3986e41bb44948ae8ccf4992d48eea07fa'/>
<id>3e0cac3986e41bb44948ae8ccf4992d48eea07fa</id>
<content type='text'>
* gnu/packages/machine-learning.scm (python-pot): Update to 0.9.7.post1.
[arguments]{phases}: Add phase 'use-system-eigen.
[inputs]: Add eigen.

Relates-to: guix/guix!10413
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/machine-learning.scm (python-pot): Update to 0.9.7.post1.
[arguments]{phases}: Add phase 'use-system-eigen.
[inputs]: Add eigen.

Relates-to: guix/guix!10413
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: python-torchdiffeq: Update to 0.2.5-1.657943a.</title>
<updated>2026-08-08T22:02:32+00:00</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-08-06T14:21:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=f31bfcc193e6be8a7a79d3346cc126db600a4822'/>
<id>f31bfcc193e6be8a7a79d3346cc126db600a4822</id>
<content type='text'>
* gnu/packages/machine-learning.scm (python-torchdiffeq): Update to 0.2.5-1.657943a.
[arguments]{test-flags}: Refresh them.

Relates-to: guix/guix!10413
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/machine-learning.scm (python-torchdiffeq): Update to 0.2.5-1.657943a.
[arguments]{test-flags}: Refresh them.

Relates-to: guix/guix!10413
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
