gpt4all icon indicating copy to clipboard operation
gpt4all copied to clipboard

Selecting the download path for the model doesn't work.

Open iplayfast opened this issue 1 year ago • 9 comments

Describe the bug When first starting up it shows the option to download some models, and shows the download path, which looks to be an editable field. (can't edit it). There is also a "browse" button that does nothing when pushed. Running on Linux Mint with Ubuntu install.

To Reproduce Steps to reproduce the behavior:

  1. Fresh install of Unbuntu installer
  2. chmod +x gpt4all-installer-linux.run
  3. ./gpt4all-installer-linux.run
  4. ./bin/chat
  5. Try to change the Download path

Expected behavior should be able to change the download path.

Label Tagging Download path model

iplayfast avatar May 17 '23 04:05 iplayfast

Found that the following error appears at the console when the browse button is clicked: qrc:/gpt4all/qml/ModelDownloaderDialog.qml:408:13: QML FolderDialog: Failed to load non-native FolderDialog implementation: qrc:/qt-project.org/imports/QtQuick/Dialogs/quickimpl/qml/FolderDialog.qml:4 module "Qt.labs.folderlistmodel" is not installed

iplayfast avatar May 17 '23 04:05 iplayfast

Same here Achieve Arch Linux compatiblity. #536

ref: https://stackoverflow.com/questions/74691673/qml-filedialog-module-qt-labs-folderlistmodel-is-not-installed

cocoonkid avatar May 17 '23 13:05 cocoonkid

I downloaded the models with either the mac app or from the website and put them into the bin folder and it works great now.

cocoonkid avatar May 17 '23 13:05 cocoonkid

The above is a workaround for the fact that the GUI isn't working properly (MAC M1). This is very frustrating and seems like it could be fixed easily.

compleathorseplayer avatar May 21 '23 11:05 compleathorseplayer

I believe this fixes the above: https://github.com/nomic-ai/gpt4all/pull/671

AndriyMulyar avatar May 22 '23 04:05 AndriyMulyar

Hello,

this bug also blocks users from using the latest LocalDocs plugin, since we are unable to use the file dialog to enter our Docs Folder Paths into gpt4all (and the path field is also not writable if we dont want to use the folder selector button).

p92 avatar May 26 '23 08:05 p92

I believe this fixes the above: #671

I don't know if this is included in version 2.4.4, but I still have the problem with this version:

qrc:/gpt4all/qml/ModelDownloaderDialog.qml:384:13: QML FolderDialog: Failed to load non-native FolderDialog implementation: qrc:/qt-project.org/imports/QtQuick/Dialogs/quickimpl/qml/FolderDialog.qml:4 le module "Qt.labs.folderlistmodel" n'est pas installé

p92 avatar May 26 '23 08:05 p92

Fresh install on Fedora 38, I get same "folderlistmodel" error message.

Also, GPT4 recommends not using folderlistmodel because it's experimental.

Qt.labs.folderlistmodel module is part of the "labs" modules, which means it's experimental ... ... use a more stable module for the same functionality, such as QFileDialog in the QtWidgets module

ValueRaider avatar Jun 01 '23 20:06 ValueRaider

See: https://github.com/nomic-ai/gpt4all/issues/801#issuecomment-1576933849

cosmic-snow avatar Jun 05 '23 16:06 cosmic-snow

fixed since 2.4.3

p92 avatar Jun 18 '23 14:06 p92