Dietmar Lippold

Results 15 comments of Dietmar Lippold

I have installed BiT on the RHEL/CentOS servers of our small working group. For that I used the rpm package from Fedora. I configured BiT to backup the home directories...

Thanks for the tip about user-callback. But I found that there are problems with the file/directory names. A minor problem is that rsync uses the entries in the file of...

Thanks for the hint. After adding the command `cd /` to the script and after adding `--exclude-from="/root/.local/share/backintime/user_excludes.txt"` to the additonal rsync options it seems to work perfectly. I think the...

Because the additional rsync option `--exclude-from="/root/.local/share/backintime/user_excludes.txt"` is also added to the restore command the file `/root/.local/share/backintime/user_excludes.txt` must exist when executing a restore. Therefore there must be a line `touch $Excluded`...

I had the same problem in the last days (on a Linux system). Now I executed `update_wizard_linux.sh` and afterwards the GPU was used again. Try to execute `update_wizard_windows.bat`

I tested the Noto Sans font collection with UMLet versions 15.0 and 14.3 and didn't get the arrows in the pdf export. It seems to me that this font collection...

The 2k token context size was hard coded independently of the used model until recently. Now it is fixed, see https://github.com/nomic-ai/gpt4all/commit/d1c56b8b28a7239f0ec0c3e07b0745cc527beeb5 and the bug reports #1749 and #1668. But that...

I support the suggestion from snowyu and want further suggest to display the amout of GPU VRAM GPT4All can use as well as the maximum context size of the model...

As far as I can see GPT4All is a client-only application. In particular it has no web interface (there is other software which has a web interface). But it can...

Because the main issue in the above discussion seems to be that python should have access to the file `models.json`, in particular when not internet connection is available, I want...