Commit Graph

753 Commits (5cbf4f28e843a366c0180e619a25d8f3591a67ae)
 

Author SHA1 Message Date
Andriy Mulyar 87a4fa3b2e Merge pull request #161 from gourcetools/main
Create launcher.sh
1 year ago
Andriy Mulyar cc4a1e800b Merge pull request #96 from eltociear/patch-1
Fix typo in TRAINING_LOG.md
1 year ago
Andriy Mulyar 6dde6a7c60 Merge pull request #148 from HiraduNakamura/patch-1
Made capitalization consistent
1 year ago
Andriy Mulyar 560f48737d Merge pull request #146 from ParisNeo/gitignore_update
Added vscode files to gitignore
1 year ago
Andriy Mulyar a782025ab6 Updated Python Bindings 1 year ago
Jo Liss 4af3bccff1 Fix `git submodule` instructions 1 year ago
Chris Messina 0e74c70794 Update README.md
Type and formatting improvements.
1 year ago
Wayner Barrios 157bb8f602 DatasetDict to dataset object. 1 year ago
gourcetools 2dfef9741a Create launcher.sh
The script detects the user's operating system, lists available .bin files and prompts the user to select a .bin file to run.
Ensuring a more user-friendly experience.
1 year ago
HiraduNakamura c0b3de3814 Made capitalization consistent 1 year ago
ParisNeo bc99eabfa1 added *.bin to the gitignore 1 year ago
ParisNeo e07985e83c Added vscode files to gitignore 1 year ago
Andriy Mulyar 6a9b3fc3f7 Update README.md 1 year ago
Sajjad 64c346fb08 Update README.md
removed extra line: ``
1 year ago
Sajjad 632c44b606 Update README.md unfiltered.bin Instructions
Added terminal commands to run gpt4all-lora-unfiltered-quantized.bin on Mac, Windows, Linux, Intel OS
1 year ago
Andriy Mulyar ada7f544a4 Merge pull request #116 from Yuvanesh-ux/patch-1
Direct users to discord for help
1 year ago
Yuvanesh-ux 495effae7b Update README.md 1 year ago
Andriy Mulyar 400bfec0d3 Merge pull request #110 from mudler/patch-1
Fix typo
1 year ago
Ettore Di Giacinto 5c9b181789 Fix typo 1 year ago
Benjamin Schmidt 377a09fded Update README.md 1 year ago
Benjamin Schmidt de0f8602ca Update README.md 1 year ago
Andriy Mulyar 40ea0a74d0 Huggingface Datasets link 1 year ago
Brandon Duderstadt bbf2ce6339 Merge pull request #97 from nomic-ai/roadmap
updated roadmap
1 year ago
bstadt 8c9c02e42b updated roadmap 1 year ago
Ikko Eltociear Ashimine 8ac7c1a9fe Fix typo in TRAINING_LOG.md
Conditonal -> Conditional
1 year ago
Andriy Mulyar f7d4b4bde7 Merge pull request #93 from BoQsc/BoQsc-patch-2
Update README.md - Improve the Try it yourself section.
1 year ago
Brandon Duderstadt 5fae8f21aa Merge pull request #94 from nomic-ai/roadmap
added roadmap
1 year ago
bstadt 2ad7cf7ba6 added roadmap 1 year ago
Andriy Mulyar f02afc1e19 Merge pull request #91 from BoQsc/patch-2
Update README.md - Fix GitHub Markdown does not recognize Torrent Magnets
1 year ago
Feldwor 741e52a886 Update README.md - Fix GitHub Markdown does not recognize Torrent Magnets. 1 year ago
Andriy Mulyar 0a55259424 Torrent Magnet Link Update 1 year ago
Feldwor 0536aa9c54 Update README.md - Improve the Try it yourself section. 1 year ago
Andriy Mulyar 3b4ccbd113 Merge pull request #90 from BoQsc/patch-1
Update README.md - Move Torrent/Magnet links to save space in the README file.
1 year ago
Andriy Mulyar 6ce06359e9 Updated training data link 1 year ago
Feldwor 4d282b00ad Update README.md - Move Torrent/Magnet links to save space in the readme file. 1 year ago
Brandon Duderstadt 248f4fc324 Update README.md 1 year ago
Andriy Mulyar 614d4fab18 Update README.md 1 year ago
Andriy Mulyar bbf589d067 Update README.md 1 year ago
Andriy Mulyar e7a73a1642 Update README.md 1 year ago
Andriy Mulyar 08badb6194 Update README.md 1 year ago
Andriy Mulyar 9d30a6063e Merge pull request #3 from nomic-ai/train
log wandb multi-epoch
1 year ago
Andriy Mulyar 0eef27364d Qualified number of epochs for LoRa weights 1 year ago
Andriy Mulyar d61f0077ee Merge pull request #42 from tiendung/main
Change git clone url to https://github.com/nomic-ai/gpt4all.git to avoid `Permission denied`
1 year ago
Andriy Mulyar 4ebac17592 Added Torrent Magnet Link 1 year ago
Andriy Mulyar f1af332b22 Merge pull request #36 from Hello1024/patch-1
Update README.md to add torrent link to data
1 year ago
Andriy Mulyar 1e0eb13ce7 Merge branch 'main' into patch-1 1 year ago
Andriy Mulyar 8f5067fdca Merge pull request #31 from EliasVincent/chat-windows-binary
Add chat binary for Windows
1 year ago
Andriy Mulyar 299de137a4 Merge branch 'main' into chat-windows-binary 1 year ago
Andriy Mulyar e642586988 Merge pull request #26 from dsernst/mac-intel-bin
Add binary for Intel Macs
1 year ago
Alex Nguyen 13e61f0123 Change git clone url to https://github.com/nomic-ai/gpt4all.git
git@github.com:nomic-ai/gpt4all.git yield `Permission denied`

```sh
git clone --recurse-submodules git@github.com:nomic-ai/gpt4all.git

Cloning into 'gpt4all'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
```
1 year ago