feat: add ngqa and RMSNormEps parameters (#860)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto 2023-08-03 00:51:08 +02:00 committed by GitHub
parent 953e30814a
commit 5ca21ee398
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 138 additions and 104 deletions

View file

@ -51,6 +51,9 @@ type Config struct {
FunctionsConfig Functions `yaml:"function"`
SystemPrompt string `yaml:"system_prompt"`
RMSNormEps float32 `yaml:"rms_norm_eps"`
NGQA int32 `yaml:"ngqa"`
}
type Functions struct {