Austin Kelley
Austin Kelley
I receive the above error when running E2G on the new v5.4 branch. This error does not occur on the v5.3 branch. OS: Ubuntu 20.10 Build options: `--enable-sslmitm=yes` Commit: 3ce57b50c9754bca39fabd1eaa1b69f0bbe223f9...
I noticed most files had a few lines with trailing whitespace, so I went through the repository with `find ./ -type f -print0 | xargs -0 sed -E -i 's/\s+$//g'`...
Using HEAD on branch v5.3 Here's the output from running `./configure` on FreeBSD 12.2: ``` checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking...
Hi Olly, I'm writing my own bot in Python and can't read Pascal or Simba code. I looked through your code and I'm still having trouble understanding the actual implementation....
### Contact Details [email protected] ### What happened? I expected llamafile to offload compute to the GPU when running as a systemd service file, but that didn't happen. Here's the systemd...