mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-16 03:49:42 +00:00
disable context shifting for gemma3
This commit is contained in:
parent
ca698f0cbe
commit
0460d92cc3
3 changed files with 11 additions and 0 deletions
|
@ -60,6 +60,7 @@ enum GGUFArch
|
|||
ARCH_QWEN2 = 5,
|
||||
ARCH_RWKV = 6,
|
||||
ARCH_QWEN2VL = 7,
|
||||
ARCH_GEMMA3 = 8,
|
||||
};
|
||||
|
||||
struct FileFormatExtraMeta
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue