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

Commit 5fc33d4

Browse files
committed
add(self extend): add selfextend in readme
1 parent 5a7f2fd commit 5fc33d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ Table of parameters
125125
| `n_batch` | Integer | The batch size for prompt eval step |
126126
| `caching_enabled` | Boolean | To enable prompt caching or not |
127127
| `clean_cache_threshold` | Integer | Number of chats that will trigger clean cache action|
128+
|`grp_attn_n`|Integer|Group attention factor in self-extend|
129+
|`grp_attn_w`|Integer|Group attention width in self-extend|
128130

129131
***OPTIONAL***: You can run Nitro on a different port like 5000 instead of 3928 by running it manually in terminal
130132
```zsh

0 commit comments

Comments
 (0)