diff options
| author | yum <yum.food.vr@gmail.com> | 2024-07-12 13:40:00 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-07-12 13:40:00 -0700 |
| commit | fef509ce622641079c08c5c9e602315e8d207868 (patch) | |
| tree | 074d1bbf22b99a3697a23dfc4766271d49a18f5a /GUI | |
| parent | cc6b69f2a401c63fdf611e9a691cbb5ee0ca04b8 (diff) | |
`use_flash_attention` checkbox now persists across sessions
Diffstat (limited to 'GUI')
| -rw-r--r-- | GUI/GUI/GUI/Config.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GUI/GUI/GUI/Config.cpp b/GUI/GUI/GUI/Config.cpp index 0a71ad1..605b25a 100644 --- a/GUI/GUI/GUI/Config.cpp +++ b/GUI/GUI/GUI/Config.cpp @@ -189,6 +189,7 @@ bool AppConfig::Deserialize(const std::filesystem::path& path) { cm.Get("browser_src_port", c.browser_src_port);
cm.Get("commit_fuzz_threshold", c.commit_fuzz_threshold);
cm.Get("use_cpu", c.use_cpu);
+ cm.Get("use_flash_attention", c.use_flash_attention);
cm.Get("use_builtin", c.use_builtin);
cm.Get("enable_uwu_filter", c.enable_uwu_filter);
cm.Get("remove_trailing_period", c.remove_trailing_period);
|
