Commit Graph

1413 Commits (17fc9e3e581273e13a81b0d41a7a1d5997fd03bb)
 

Author SHA1 Message Date
Cebtenzzre 17fc9e3e58 backend: port Replit to GGUF 1 year ago
Cebtenzzre 7c67262a13 backend: port MPT to GGUF 1 year ago
Cebtenzzre 42bcb814b3 backend: port BERT to GGUF 1 year ago
Cebtenzzre 4392bf26e0 pyllmodel: print specific error message 1 year ago
Cebtenzzre 34f2ec2b33 gpt4all.py: GGUF 1 year ago
Cebtenzzre 1d29e4696c llamamodel: metal supports all quantization types now 1 year ago
Aaron Miller 507753a37c macos build fixes 1 year ago
Adam Treat d90d003a1d Latest rebase on llama.cpp with gguf support. 1 year ago
Akarshan Biswas 5f3d739205 appdata: update software description 1 year ago
Akarshan Biswas b4cf12e1bd Update to 2.4.19 1 year ago
Akarshan Biswas 21a5709b07 Remove unnecessary stuffs from manifest 1 year ago
Akarshan Biswas 4426640f44 Add flatpak manifest 1 year ago
Aaron Miller 6711bddc4c launch browser instead of maintenancetool from offline builds 1 year ago
Aaron Miller 7f979c8258 Build offline installers in CircleCI 1 year ago
Adam Treat 99c106e6b5 Fix a bug seen on AMD RADEON cards with vulkan backend. 1 year ago
Andriy Mulyar 9611c4081a
Update README.md
Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
1 year ago
kevinbazira 17cb4a86d1 Replace git clone SSH URI with HTTPS URL
Running `git clone --recurse-submodules git@github.com:nomic-ai/gpt4all.git`
returns `Permission denied (publickey)` as shown below:
```
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.
```

This change replaces `git@github.com:nomic-ai/gpt4all.git` with
`https://github.com/nomic-ai/gpt4all.git` which runs without permission issues.

resolves nomic-ai/gpt4all#8, resolves nomic-ai/gpt4all#49
1 year ago
Andriy Mulyar 0d1edaf029
Update README.md with GPU support
Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
1 year ago
Adam Treat dc80d1e578 Fix up the offline installer. 1 year ago
Jacob Nguyen e86c63750d Update llama.cpp.cmake
Signed-off-by: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com>
1 year ago
Adam Treat f47e698193 Release notes for v2.4.19 and bump the version. 1 year ago
Adam Treat 84905aa281 Fix for crashes on systems where vulkan is not installed properly. 1 year ago
Adam Treat ecf014f03b Release notes for v2.4.18 and bump the version. 1 year ago
Adam Treat e6e724d2dc Actually bump the version. 1 year ago
Adam Treat 06a833e652 Send actual and requested device info for those who have opt-in. 1 year ago
Adam Treat 045f6e6cdc Link against ggml in bin so we can get the available devices without loading a model. 1 year ago
Adam Treat 0f046cf905 Bump the Python version to python-v1.0.12 to restrict the quants that vulkan recognizes. 1 year ago
Adam Treat 655372dbfa Release notes for v2.4.17 and bump the version. 1 year ago
Adam Treat aa33419c6e Fallback to CPU more robustly. 1 year ago
Adam Treat 79843c269e Release notes for v2.4.16 and bump the version. 1 year ago
Adam Treat 9013a089bd Bump to new llama with new bugfix. 1 year ago
Adam Treat 3076e0bf26 Only show GPU when we're actually using it. 1 year ago
Adam Treat 1fa67a585c Report the actual device we're using. 1 year ago
Adam Treat cf4eb530ce Sync to a newer version of llama.cpp with bugfix for vulkan. 1 year ago
Adam Treat 21a3244645 Fix a bug where we're not properly falling back to CPU. 1 year ago
Adam Treat 0458c9b4e6 Add version 2.4.15 and bump the version number. 1 year ago
Adam Treat 4b9a345aee Update the submodule. 1 year ago
Aaron Miller 6f038c136b init at most one vulkan device, submodule update
fixes issues w/ multiple of the same gpu
1 year ago
Adam Treat 86e862df7e Fix up the name and formatting. 1 year ago
Adam Treat 358ff2a477 Show the device we're currently using. 1 year ago
Adam Treat 891ddafc33 When device is Auto (the default) then we will only consider discrete GPU's otherwise fallback to CPU. 1 year ago
Adam Treat 8f99dca70f Bring the vulkan backend to the GUI. 1 year ago
Aaron Miller f0735efa7d vulkan python bindings on windows fixes 1 year ago
Adam Treat c953b321b7 Don't link against libvulkan. 1 year ago
Aaron Miller 0ad1472b62 bump python version (library linking fix) 1 year ago
Aaron Miller c4d23512e4 remove extra dynamic linker deps when building with vulkan 1 year ago
Andriy Mulyar b6e38d69ed
Python version bump
Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
1 year ago
Andriy Mulyar 707b91a24f
Update Python bindings README.md (#1389)
Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
1 year ago
Adam Treat a69d23ecc4 Fix for windows circleci 1 year ago
Adam Treat b9fd0c25b2 Try and fix the rest of circleci for vulkan. 1 year ago