aa956

Results 35 comments of aa956

> I still cannot fix the environment bugs for the flash attn issue......... Yes, flash-attn is known to be hard to build properly (there are even projects packaging or bundling...

`uv tool upgrade --all` does not actually (re)create links in the `~/.local/bin/`. `uv tool upgrade --all --python 3.13` does recreate them. I've installed same packages/tools multiple times using `pip install...

> This occurs in training and in predicting, and it fills the log files with warnings that I cannot disable. I've pasted one in the section below. A typical run...

Or is it expected behavior? Looking at documentation looks like it is: https://jan.ai/docs/desktop/windows#step-2-clean-up-remaining-files

Still does not work as of version 1.8.3 ```console aa956@desktop02:~/tmp$ ~/projects/toolkit/generate-mask.sh Poetry could not find a pyproject.toml file in /home/aa956/tmp or its parents aa956@desktop02:~/tmp$ cat ~/projects/toolkit/generate-mask.sh #!/bin/bash PROJECTPATH=~/projects/toolkit poetry run...

Just a note, got almost working in rootless podman with local llama-swap running llama.cpp servers as OpenAI API server. Debian (upgraded from bookworm to trixie in the process as version...

@fmoorhof Thank you, works now. Looks like permission problem was resolved by removing `-e SANDBOX_USER_ID=$(id -u)` from the command line. Now files in ./workspace are created as owned by my...

A little bit late reply but I've got similar problem yesterday (download limit not working on debian 12, RTL8125). Check the network adapter hardware offloads (checksums, tso etc.): ```sh sudo...

Ok, looks like I've got it working (by running directly and manually, not tried the systemd install yet). Not sure if all of this is required or first clearing the...

> I have managed to piece together a solution that works for me. > ... > No magic, no fuss, no `pip`, no other non-system packages to manage or track....