# llambda.lisp on linux

> Source: <https://funcall.blogspot.com/2026/08/llambdalisp-on-linux.html>
> Published: 2026-08-09 22:33:42+00:00

A reader named Madhu sent me a patch for running [llambda.lisp](https://github.com/jrm-code-project/llambda) under linux. This patch uses mmap to pull the weights into the lisp address space outside the heap.

In addition, he tried to use a hugging face model that needed some default values, so he added them.

He reports that he was able to get the model to do inference on his linux box with about an hour of hacking. I have incorporated his patches and pushed the update to GitHub.
