Commit Graph

153 Commits (1eeaa5c8eee2a1ced12c0756ee05a6139d8d5eb3)
 

Author SHA1 Message Date
Andriy Mulyar 1eeaa5c8ee
Discord Link 1 year ago
Zach Nussbaum 846f4cdf84
Merge pull request #174 from waybarrios/fixing_data_bug
DatasetDict to dataset object.
1 year ago
Andriy Mulyar c62312f82e
Merge pull request #181 from joliss/readme
Fix `git submodule` instructions
1 year ago
Andriy Mulyar cec1fda6ec
Merge pull request #161 from gourcetools/main
Create launcher.sh
1 year ago
Andriy Mulyar 8e7ce1f7c7
Merge pull request #96 from eltociear/patch-1
Fix typo in TRAINING_LOG.md
1 year ago
Andriy Mulyar 9ac9de7e0a
Merge pull request #148 from HiraduNakamura/patch-1
Made capitalization consistent
1 year ago
Andriy Mulyar 6f89d8a2aa
Merge pull request #146 from ParisNeo/gitignore_update
Added vscode files to gitignore
1 year ago
Andriy Mulyar f07b1362ad
Updated Python Bindings 1 year ago
Jo Liss d9a678dd3d Fix `git submodule` instructions 1 year ago
Wayner Barrios 1a451445a2
DatasetDict to dataset object. 1 year ago
gourcetools 78321adf45
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 1d5f6af634
Made capitalization consistent 1 year ago
ParisNeo 67e19bccb0 added *.bin to the gitignore 1 year ago
ParisNeo 6524fec7ff Added vscode files to gitignore 1 year ago
Andriy Mulyar e1357c3720
Update README.md 1 year ago
Andriy Mulyar b8f39c5104
Merge pull request #116 from Yuvanesh-ux/patch-1
Direct users to discord for help
1 year ago
Yuvanesh-ux 8cbc63b017
Update README.md 1 year ago
Andriy Mulyar 06ad467b7d
Merge pull request #110 from mudler/patch-1
Fix typo
1 year ago
Ettore Di Giacinto 16ce7396c1
Fix typo 1 year ago
Benjamin Schmidt d1bb2aac29
Update README.md 1 year ago
Benjamin Schmidt b9861f7510
Update README.md 1 year ago
Andriy Mulyar bc7eb80e02
Huggingface Datasets link 1 year ago
Brandon Duderstadt 0429db0244
Merge pull request #97 from nomic-ai/roadmap
updated roadmap
1 year ago
bstadt 210bf3c9cf updated roadmap 1 year ago
Ikko Eltociear Ashimine 5556de9152
Fix typo in TRAINING_LOG.md
Conditonal -> Conditional
1 year ago
Andriy Mulyar 708e0b486d
Merge pull request #93 from BoQsc/BoQsc-patch-2
Update README.md - Improve the Try it yourself section.
1 year ago
Brandon Duderstadt ad782620ac
Merge pull request #94 from nomic-ai/roadmap
added roadmap
1 year ago
bstadt e8c6aeeea2 added roadmap 1 year ago
Andriy Mulyar 987c694afa
Merge pull request #91 from BoQsc/patch-2
Update README.md - Fix GitHub Markdown does not recognize Torrent Magnets
1 year ago
Feldwor 822fa0c47a
Update README.md - Fix GitHub Markdown does not recognize Torrent Magnets. 1 year ago
Andriy Mulyar d8921f835d
Torrent Magnet Link Update 1 year ago
Feldwor 54932a51cb
Update README.md - Improve the Try it yourself section. 1 year ago
Andriy Mulyar cfcb101443
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 73dbd34310
Updated training data link 1 year ago
Feldwor 03b9e2004e
Update README.md - Move Torrent/Magnet links to save space in the readme file. 1 year ago
Brandon Duderstadt 98ae021ea6
Update README.md 1 year ago
Andriy Mulyar 147094e892
Update README.md 1 year ago
Andriy Mulyar fa91e2b980
Update README.md 1 year ago
Andriy Mulyar ed35d1fbb0
Update README.md 1 year ago
Andriy Mulyar 2db43570ae
Update README.md 1 year ago
Andriy Mulyar 252676ff05
Merge pull request #3 from nomic-ai/train
log wandb multi-epoch
1 year ago
Andriy Mulyar aa4dd0eaef
Qualified number of epochs for LoRa weights 1 year ago
Andriy Mulyar b10890f8f9
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 c197eee060
Added Torrent Magnet Link 1 year ago
Andriy Mulyar 8e5511896c
Merge pull request #36 from Hello1024/patch-1
Update README.md to add torrent link to data
1 year ago
Andriy Mulyar 753c6baf96
Merge branch 'main' into patch-1 1 year ago
Andriy Mulyar 220df0924f
Merge pull request #31 from EliasVincent/chat-windows-binary
Add chat binary for Windows
1 year ago
Andriy Mulyar f5d46e8182
Merge branch 'main' into chat-windows-binary 1 year ago
Andriy Mulyar e2c59517f2
Merge pull request #26 from dsernst/mac-intel-bin
Add binary for Intel Macs
1 year ago
Alex Nguyen 88841bdf0f
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