Jared Van Bortel

Results 95 issues of Jared Van Bortel

I actually tried to follow these instructions on an Arch Linux system with minimal graphical components, and realized that I missed a few things.

documentation

### Discussed in https://github.com/nomic-ai/gpt4all/discussions/1703 Originally posted by **TomLucidor** December 1, 2023 this is kind of a tall ask, but I do notice this PowerShell script floating around https://raw.githubusercontent.com/TCNOco/TcNo-TCHT/main/PowerShell/AI/gpt4all.ps1 I think...

enhancement

This PR replaces the following models due to changes in llama.cpp: - GPT4All Falcon - MPT Chat - Replit - Starcoder These models are fully compatible with upstream llama.cpp. They...

models.json

### Feature request We can make use of the upstream work at https://github.com/ggerganov/llama.cpp/pull/3436 to support image input to LLMs. @AndriyMulyar What was the name of the model that you wanted...

enhancement

Related to #73. ### Steps to reproduce - Create **foo.py**: ```python import requests ``` - Run the following commands: ``` $ pipreqs --print requests==2.28.1 INFO: Successfully output requirements $ mypy...

### Feature request Right-click does not bring up a context menu in GPT4All, which means you have to use keyboard shortcuts to do things like copy, cut, and paste. ###...

enhancement
chat

### Issue you'd like to raise. From the Discord: [1:01 PM]ThiloteE (I am just a user): Being on newest main with PR https://github.com/nomic-ai/gpt4all/pull/1793, I feel like resetting the conversation does...

### Expected Result On Linux: ``` $ sudo sh -c 'printf "%s\n" user=$SUDO_USER uid=$SUDO_UID gid=$SUDO_GID' user=cebtenzzre uid=1000 gid=1000 ``` ### Actual Result On Termux with tsu version 8.6.0: ``` $...

Command: `pip install git+https://github.com/arsenetar/dupeguru.git` Warnings while running the command: ``` ERROR: For req: dupeGuru==4.3.1. Invalid script entry point: - A callable suffix is required. Cf https://packaging.python.org/specifications/entry-points/#use-for-scripts for more information. ```...

bug

Our wordpiece tokenizer has issues with unicode. One of the problems is incomplete NFD normalization, causing many characters with accents to be dropped entirely when tokenized. Examples include `Kantō` ->...

bug