LocalAI/api
mudler 3b5df11881 feat: extend model configuration for llama.cpp
Allow to set `mmap`, `mlock`, `frequency_penalty`, `tfz`,
`tensor_split`, `main_gpu`.
2023-06-07 14:20:26 +02:00
..
api.go feat: Update gpt4all, support multiple implementations in runtime (#472) 2023-06-01 23:38:52 +02:00
api_test.go feat: add experimental support for falcon-7b (#516) 2023-06-06 17:23:19 +02:00
apt_suite_test.go feat: add CI/tests (#58) 2023-04-22 00:44:52 +02:00
backend_assets.go feat: Update gpt4all, support multiple implementations in runtime (#472) 2023-06-01 23:38:52 +02:00
config.go feat: extend model configuration for llama.cpp 2023-06-07 14:20:26 +02:00
config_test.go feat: Add new test cases for LoadConfigs (#447) 2023-06-01 16:20:45 +02:00
gallery.go feat: allow to preload models before startup via env var or configs (#391) 2023-05-27 09:26:33 +02:00
gallery_test.go feat: support shorter urls for github repositories (#314) 2023-05-20 09:06:30 +02:00
openai.go feat: extend model configuration for llama.cpp 2023-06-07 14:20:26 +02:00
options.go feat: Update gpt4all, support multiple implementations in runtime (#472) 2023-06-01 23:38:52 +02:00
prediction.go feat: extend model configuration for llama.cpp 2023-06-07 14:20:26 +02:00