mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-30 06:30:43 +00:00
stash progress for the night. loading GPTJ fails, hacked in PredictTEMP as kludge
This commit is contained in:
parent
8fc4b6cded
commit
0b910e0595
14 changed files with 518 additions and 193 deletions
|
@ -4,6 +4,8 @@ registration:
|
|||
local_paths:
|
||||
model: ggml-gpt4all-j
|
||||
template: chat-gpt4all
|
||||
backend: gptj
|
||||
threads: 4
|
||||
request_defaults:
|
||||
top_p: 0.7
|
||||
temperature: 0.2
|
||||
|
|
|
@ -4,6 +4,8 @@ registration:
|
|||
local_paths:
|
||||
model: ggml-gpt4all-j
|
||||
template: chat-gpt4all
|
||||
backend: gptj
|
||||
threads: 4
|
||||
request_defaults:
|
||||
top_p: 0.7
|
||||
temperature: 0.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue