You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gpt4all/gpt4all-bindings
Jared Van Bortel 061d1969f8
expose n_gpu_layers parameter of llama.cpp (#1890)
Also dynamically limit the GPU layers and context length fields to the maximum supported by the model.

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
8 months ago
..
cli app.py: add --device option for GPU support (#1769) 9 months ago
csharp expose n_gpu_layers parameter of llama.cpp (#1890) 8 months ago
golang expose n_gpu_layers parameter of llama.cpp (#1890) 8 months ago
java expose n_gpu_layers parameter of llama.cpp (#1890) 8 months ago
python expose n_gpu_layers parameter of llama.cpp (#1890) 8 months ago
typescript expose n_gpu_layers parameter of llama.cpp (#1890) 8 months ago
README.md

README.md

GPT4All Bindings

This directory will contain language specific bindings on top of the C/C++ model backends. We will have one directory per language binding (e.g. Python, Typescript, Golang, etc.).