Commit Graph

7 Commits

Author SHA1 Message Date
ParisNeo
88c7f68a93 Repared windows issues 2023-04-08 12:25:40 +02: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
2dea9834a7 incorporated optional parameters to the model + overall enhancement 2023-04-07 21:44:55 +02:00
ParisNeo
f75011cda6 Fixed the run.bat bug 2023-04-07 20:17:29 +02:00
ParisNeo
bec18ce21c Moved to the new python Bindings from nomic-AI 2023-04-06 23:15:01 +02:00
ParisNeo
e83029240a Upgraded batch file 2023-04-06 22:16:52 +02:00