Preserve GGUF context on active reload
This commit is contained in:
parent
c73fb954a7
commit
b5880164a8
1 changed files with 1 additions and 1 deletions
|
|
@ -454,7 +454,7 @@ export function ModelConfigPage({
|
|||
customContextLength:
|
||||
contextBaseline == null && config.customContextLength == null
|
||||
? null
|
||||
: resolveCustomContextLength(contextValue, contextBaseline),
|
||||
: resolveCustomContextLength(contextValue, nativeContextLength),
|
||||
}
|
||||
: {
|
||||
...config,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue