Commit Graph

3473 Commits

Author SHA1 Message Date
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