Commit Graph

100 Commits

Author SHA1 Message Date
Saifeddine ALOUI
e59430ad78
Merge pull request #57 from arroyoquiel/patch-11
Changed Git and Conversion
2023-04-09 18:25:13 +02:00
arroyoquiel
ea73f0ccc9
Changed Git and Conversion
Moved Git install to the beginning.
Changed the Git install so it doesn't exit if you pressed no if you already had it installed.
Changed the conversion: It asks to convert a model. If user agrees, it converts using Python. If not, it skips. On conversion failure, it reverts to original model.
Removed some testing pauses and added some echo. for easier readability.
2023-04-09 05:37:16 -06:00
arroyoquiel
6a77f83dd2
Changed Git and Conversion
Changed the Git install so it doesn't exit if you pressed no if you already had it installed.
Changed the conversion: It asks to convert a model. If user agrees, it converts using Python. If not, it skips. On conversion failure, it reverts to original model.
Removed some testing pauses and added some echo. for easier readability.
2023-04-09 05:27:09 -06:00
arroyoquiel
b87009d2f7
Changed Git and Conversion
Changed the Git install so it doesn't exit if you pressed no if you already had it installed.
Changed the conversion: It asks to convert a model. If user agrees, it converts using Python. If not, it skips. On conversion failure, it reverts to original model.
Removed some testing pauses and added some echo. for easier readability.
2023-04-09 05:04:10 -06:00
arroyoquiel
b0d8078c49
Changed Git and Conversion
Changed the Git install so it doesn't exit if you pressed no if you already had it installed.
Changed the conversion: It asks to convert a model. If user agrees, it converts using Python. If not, it skips. On conversion failure, it reverts to original model.
Removed some testing pauses and added some echo. for easier readability.
2023-04-09 05:01:16 -06:00
arroyoquiel
4cd69170bc
Changed Git and Conversion
Changed the Git install so it doesn't exit if you pressed no if you already had it installed.
Changed the conversion: It asks to convert a model. If user agrees, it converts using Python. If not, it skips. On conversion failure, it reverts to original model.
2023-04-09 04:55:55 -06:00
Saifeddine ALOUI
81d436c2f6 updated initial message 2023-04-08 23:30:32 +02:00
Saifeddine ALOUI
bcb3ef2548
Merge pull request #54 from ParisNeo/main
repared message cropping issue
2023-04-08 23:20:34 +02:00
ParisNeo
9cc401dfb4 repared message cropping issue 2023-04-08 23:19:19 +02:00
Saifeddine ALOUI
438e2be7cb
Merge pull request #51 from ParisNeo/flask_sse
Multimodel is working
2023-04-08 19:57:12 +02:00
ParisNeo
2b2bbd40af Multimodel is working 2023-04-08 19:55:33 +02:00
ParisNeo
0118dc23e4 Now installing the model is optional 2023-04-08 19:26:05 +02:00
Saifeddine ALOUI
04c6279c55
Merge pull request #49 from ParisNeo/flask_sse
Text is now streamed word by word. More user friendly.
2023-04-08 18:57:57 +02:00
ParisNeo
9e4475e69e Text is now streamed word by word. More user friendly. 2023-04-08 18:55:55 +02:00
Saifeddine ALOUI
032e164f19
Merge pull request #48 from ParisNeo/flask_sse
repared encoding issue fix 2
2023-04-08 18:25:30 +02:00
ParisNeo
19c584010f repared encoding issue fix 2 2023-04-08 18:24:43 +02:00
Saifeddine ALOUI
b4301c7251
Merge pull request #47 from ParisNeo/flask_sse
Fixed encodingissues
2023-04-08 18:01:16 +02:00
ParisNeo
fb239bf4e5 fixed encoding issues 2023-04-08 18:00:02 +02:00
ParisNeo
5684ade190 Bugfix updating parameters 2023-04-08 17:43:01 +02:00
Saifeddine ALOUI
20e49f2864
Merge pull request #44 from Ulanmax/fix/fix-install-script
#4. Add installation checks for cmake and nproc
2023-04-08 17:15:34 +02:00
Max Niagolov
4cad10e0b0 #4. Add installation checks for cmake and nproc
Add installation checks for cmake and nproc in install.sh script
2023-04-08 21:35:10 +09:00
Saifeddine ALOUI
70c076f180
Bug fix in install.bat
There were a . that should be changed to (
2023-04-08 13:30:41 +02:00
Saifeddine ALOUI
080bba164a
Merge branch 'nomic-ai:main' into main 2023-04-08 13:09:29 +02:00
Saifeddine ALOUI
65594b1010
Update README.md 2023-04-08 13:08:46 +02:00
ParisNeo
df8b25d560 Removed junk code 2023-04-08 13:00:32 +02:00
Saifeddine ALOUI
312bb491e2
Merge pull request #42 from ParisNeo/main
Split javascript code into multiple files
2023-04-08 12:55:56 +02:00
ParisNeo
76f4d9efd1 Split javascript code into multiple files 2023-04-08 12:54:51 +02:00
Saifeddine ALOUI
124782860b
Merge pull request #41 from ParisNeo/main
Fix for windows users
2023-04-08 12:29:11 +02:00
ParisNeo
88c7f68a93 Repared windows issues 2023-04-08 12:25:40 +02:00
ParisNeo
0c6a8dd1e7 Repared windows install and use issues 2023-04-08 12:25:31 +02:00
Saifeddine ALOUI
617221b9ef
Merge branch 'nomic-ai:main' into main 2023-04-08 10:53:32 +02:00
Saifeddine ALOUI
c30e46fbcc
Merge pull request #39 from arroyoquiel/patch-8
Fix for #27
2023-04-08 08:27:58 +02:00
arroyoquiel
da95046a6e
Changed the name of the forced model
This file loads gpt4all-lora-quantized.bin instead of gpt4all-lora-quantized-ggml.bin which is what the installer downloads
2023-04-08 00:04:40 -06:00
arroyoquiel
5a711de8d0
Fix for #27
As NJannasch mentioned, the model won't work unless the model gets changed by llama.cpp\migrate-ggml-2023-03-30-pr613.py.

This batch works as follows

Activates the virtual environment and Runs the Python app.
If the model gives an error, it asks you [Y/N] if you want to fix the model, N exits the batch, Y fixes it.
It renames the model so it conserves the original, and then applies the fix as a new model. After that it tells that the model has been fixed. Press any key to restart.
Pressing a key makes the batch go to the start and the UI launches successfully.

Added a remark
2023-04-08 00:01:40 -06:00
arroyoquiel
afc851b405
Fix for #27
As NJannasch mentioned, the model won't work unless the model gets changed by llama.cpp\migrate-ggml-2023-03-30-pr613.py.

This batch works as follows

1) Activates the virtual environment and Runs the Python app.
2) If the model gives an error, it asks you [Y/N] if you want to fix the model, N exits the batch, Y fixes it.
3) It renames the model so it conserves the original, and then applies the fix as a new model. After that it tells that the model has been fixed. Press any key to restart.
4) Pressing a key makes the batch go to the start and the UI launches successfully.
2023-04-07 23:50:12 -06:00
ParisNeo
3da8d01625 working version 2023-04-07 23:44:40 +02:00
Saifeddine ALOUI
83dcbbef8d
Merge pull request #37 from ParisNeo/main
Removed yield
2023-04-07 23:42:34 +02:00
ParisNeo
bed7b9d721 Removed yield 2023-04-07 23:42:04 +02:00
Saifeddine ALOUI
d4a5f1bab1
Merge pull request #36 from ParisNeo/main
Added parameters to the ui. Still needs to be enhanced, but it is functional
2023-04-07 23:25:05 +02:00
ParisNeo
f0e1b0a0c2 Merge branch 'main' of https://github.com/ParisNeo/gpt4all-ui 2023-04-07 23:22:18 +02:00
ParisNeo
55eb7a4f43 Added settings to interface 2023-04-07 23:22:17 +02:00
Saifeddine ALOUI
9488e5b189
Merge pull request #35 from ParisNeo/main
Incorporated parameters into the model generation process
2023-04-07 21:47:26 +02:00
Saifeddine ALOUI
39e190279c
Merge branch 'nomic-ai:main' into main 2023-04-07 21:45:14 +02:00
ParisNeo
2dea9834a7 incorporated optional parameters to the model + overall enhancement 2023-04-07 21:44:55 +02:00
Saifeddine ALOUI
4bef050762
Merge pull request #34 from ParisNeo/main
Fixed the run.bat bug
2023-04-07 20:19:07 +02:00
ParisNeo
f75011cda6 Fixed the run.bat bug 2023-04-07 20:17:29 +02:00
Saifeddine ALOUI
55c9c72b0b
Merge pull request #31 from nomic-ai/dependabot/github_actions/docker/build-push-action-4
Bump docker/build-push-action from 2 to 4
2023-04-07 20:12:14 +02:00
Saifeddine ALOUI
cec8a3396f
Merge pull request #33 from ParisNeo/main
Added .vscode to .gitignore
2023-04-07 20:08:32 +02:00
ParisNeo
c1e6fc8a8e Merge branch 'main' of https://github.com/ParisNeo/gpt4all-ui 2023-04-07 20:04:59 +02:00
ParisNeo
092f471574 upgraded girignore 2023-04-07 20:04:15 +02:00