Commit Graph

3231 Commits

Author SHA1 Message Date
arroyoquiel
701f28d7d9
Resolved model download error
If previously there were a "models" folder, it would just close the install.bat window and wouldn't continue, so I removed the "else ()" and also added a "IF NOT EXIST models/gpt4all-lora-quantized-ggml.bin" if the user already had the model manually downloaded

Also added a (y/n) choice
2023-04-07 02:37:57 -06:00
Saifeddine ALOUI
8430e26ad9
Update README.md 2023-04-07 10:30:41 +02:00
Saifeddine ALOUI
485e9611a3
Update README.md 2023-04-07 10:27:36 +02:00
arroyoquiel
e11128ba73
Resolved model download error
If previously there were a "models" folder, it would just close the install.bat window and wouldn't continue, so I removed the "else ()" and added a "IF NOT EXIST models/gpt4all-lora-quantized-ggml.bin" if the user already had the model manually downloaded
2023-04-07 01:47:43 -06:00
Saifeddine ALOUI
dc6685d16b
Merge pull request #21 from arroyoquiel/patch-3
Resolved installation error
2023-04-07 09:21:12 +02:00
arroyoquiel
1b01a96ccc
Resolved installation error
Changed to "%ERRORLEVEL%" because ".ERRORLEVEL." is not a valid syntax, this should fix the "Failed to install required packages. Please check your internet connection and try again. Press any key to continue . . ." error despite the requirements being installed correctly.
2023-04-07 01:15:54 -06:00
Saifeddine ALOUI
07ba3c564a
Now the models folder is checked before downloading
If the models folder does not exist create it
2023-04-07 09:07:59 +02:00
Saifeddine ALOUI
dde07f7144
Merge pull request #19 from arroyoquiel/patch-1
Update install.bat - Invoke-WebRequest command fails with a DirectoryNotFoundException error.
2023-04-07 09:05:30 +02:00
arroyoquiel
8a22bc69e6
Update install.bat
The current code assumes that the models directory exists, but this may not always be the case. If the models directory does not exist, the Invoke-WebRequest command fails with a DirectoryNotFoundException error.
2023-04-07 00:23:14 -06:00
Saifeddine ALOUI
00039f3d2a
Merge pull request #17 from DennisStanistan/main
Update install.3.10.sh to wget the model
2023-04-07 07:20:27 +02:00
Dennis Stanistan
efea100f2c
activate the correct virtual env in run.sh
install.sh and install.3.10.sh runs python3.11 -m venv env but run.sh tries to activate in venv, this commit fixes it
2023-04-07 07:38:26 +03:00
Dennis Stanistan
20e86d7dfc
Update install.3.10.sh to wget the model 2023-04-07 07:31:25 +03:00
Andriy Mulyar
0351e02ef8
Merge pull request #16 from DennisStanistan/main
fix model path in install.sh
2023-04-07 00:28:51 -04:00
Dennis Stanistan
3b3bfc6fd4
fix model path in install.sh 2023-04-07 07:26:29 +03:00
Saifeddine ALOUI
601bfcac32
Update README.md 2023-04-07 05:39:16 +02:00
Andriy Mulyar
f3a780c94a
Merge pull request #8 from mkinney/main
fix typo
2023-04-06 23:38:42 -04:00
Andriy Mulyar
b38303f750
Updated default model path 2023-04-06 23:37:31 -04:00
Mike Kinney
2b8fbd68aa fix typo 2023-04-06 20:24:14 -07:00
Andriy Mulyar
7c3760ec2a
Merge pull request #5 from ivanlp10n2/error-handling-install
#4 Error in macos installation
2023-04-06 22:55:19 -04:00
ivan
5e390fb28a added mac pre-dependencies for installation 2023-04-06 22:19:50 -03:00
ivan
3841792b8e check wget dependency 2023-04-06 22:19:13 -03:00
Saifeddine ALOUI
ec36fccc18
Merge pull request #2 from ParisNeo/moving-the-code-to-the-new-python-bindings-code
Moving the code to the new python bindings code
2023-04-06 23:31:30 +02:00
ParisNeo
ebe39b0b74 upgraded README.md 2023-04-06 23:29:20 +02:00
ParisNeo
258c43c5dd Moving stuff from ParisNeo to nomic-ai 2023-04-06 23:26:42 +02:00
Saifeddine ALOUI
74ab83b246
Merge pull request #1 from ParisNeo/moving-the-code-to-the-new-python-bindings-code
Moving the code to the new python bindings code
2023-04-06 23:19:21 +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
ParisNeo
864c5769e9 Upgraded install batch files 2023-04-06 22:07:20 +02:00
ParisNeo
ece46c505e updated gitignore and added a README.md to the models folder 2023-04-06 21:47:46 +02:00
ParisNeo
dfaf61e0ac Initial commit 2023-04-06 21:12:49 +02:00
Andriy Mulyar
4ca35902ef
Initial commit 2023-04-06 12:38:00 -04:00