mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-27 22:15:00 +00:00
feat: add ngqa and RMSNormEps parameters (#860)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
953e30814a
commit
5ca21ee398
7 changed files with 138 additions and 104 deletions
|
@ -87,6 +87,8 @@ message ModelOptions {
|
|||
string LibrarySearchPath = 16;
|
||||
float RopeFreqBase = 17;
|
||||
float RopeFreqScale = 18;
|
||||
float RMSNormEps = 19;
|
||||
int32 NGQA = 20;
|
||||
}
|
||||
|
||||
message Result {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue