FreedomGPT icon indicating copy to clipboard operation
FreedomGPT copied to clipboard

on ubuntu the model doesnt load

Open Postconceptlab opened this issue 2 years ago • 2 comments

i've been stuck on the page loading model for a while that is the terminal say :

yarn run v1.22.19 $ electron-forge start ✔ Checking your system ✔ Locating application ✔ Loading configuration ✔ Preparing native dependencies [0.4s] ✔ Running generateAssets hook ✔ [plugin-webpack] Compiling main process code [1s] ✔ [plugin-webpack] Launching dev servers for renderer process code [0.6s] › Output Available: http://localhost:9000

Server listening on port 8889 update-electron-app config looks good; aborting updates since app is in development mode spawned Child process exited with code 2 and signal null

it stay here for the time i don't know.

Postconceptlab avatar Jun 02 '23 19:06 Postconceptlab

try to resart the app that's the message in the terminal

yarn run v1.22.19 $ electron-forge start ✔ Checking your system ✔ Locating application ✔ Loading configuration ✔ Preparing native dependencies [0.2s] ✔ Running generateAssets hook ✔ [plugin-webpack] Compiling main process code [1s] ✔ [plugin-webpack] Launching dev servers for renderer process code [0.6s] › Output Available: http://localhost:9000

Server listening on port 8889 update-electron-app config looks good; aborting updates since app is in development mode Failed to start child process: Error: spawn /home/postconceptlab/Téléchargements/freedom-gpt/llama.cpp/main ENOENT at ChildProcess._handle.onexit (node:internal/child_process:283:19) at onErrorNT (node:internal/child_process:476:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { errno: -2, code: 'ENOENT', syscall: 'spawn /home/postconceptlab/Téléchargements/freedom-gpt/llama.cpp/main', path: '/home/postconceptlab/Téléchargements/freedom-gpt/llama.cpp/main', spawnargs: [ '-m', '/home/postconceptlab/ggml-model-q4_0.bin', '-ins' ] }

Postconceptlab avatar Jun 02 '23 19:06 Postconceptlab

i forgot to do make llama.cpp now it load but when i ask a question seems that the ia no responds leave a blank response

i have also those warning

Child process exited with code null and signal SIGTERM

(electron:6406): Gtk-WARNING **: 10:00:45.376: Theme directory places/128 of theme ubuntustudio-dark has no size field

(electron:6406): Gtk-WARNING **: 10:00:45.376: Theme directory places/scalable of theme ubuntustudio-dark has no size field

(electron:6406): dconf-WARNING **: 10:00:45.456: unable to open file '/etc/dconf/db/site': Failed to open file “/etc/dconf/db/site”: open() failed: No such file or directory; expect degraded performance

Postconceptlab avatar Jun 03 '23 08:06 Postconceptlab