Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 5a7f2fd

Browse files
committed
add(self extend): add selfextend in load params
1 parent 92aefc2 commit 5a7f2fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/docs/features/load-unload.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,6 @@ In case you got error while loading models. Please check for the correct model p
7777
| `ai_prompt` | String | The prompt to use for the AI assistant. |
7878
| `system_prompt` | String | The prompt for system rules. |
7979
| `pre_prompt` | String | The prompt to use for internal configuration. |
80-
|`clean_cache_threshold`| Integer| Number of chats that will trigger clean cache action.|
80+
|`clean_cache_threshold`| Integer| Number of chats that will trigger clean cache action.|
81+
|`grp_attn_n`|Integer|Group attention factor in self-extend|
82+
|`grp_attn_w`|Integer|Group attention width in self-extend|

0 commit comments

Comments
 (0)