[Spec][Ngram] 2/N: Rename branch length to max trie depth (#21181)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
d6b12c401c
commit
bc4aaab6a1
@@ -229,7 +229,7 @@ click [Server Arguments](https://docs.sglang.io/advanced_features/server_argumen
|
||||
| `--speculative-ngram-`<br/>`min-bfs-breadth` | `1` | Type: int | Experimental |
|
||||
| `--speculative-ngram-`<br/>`max-bfs-breadth` | `10` | Type: int | Experimental |
|
||||
| `--speculative-ngram-`<br/>`match-type` | `BFS` | `BFS`,<br/> `PROB` | Experimental. `BFS` uses recency-based expansion; `PROB` uses frequency-based expansion. |
|
||||
| `--speculative-ngram-`<br/>`branch-length` | `18` | Type: int | Experimental |
|
||||
| `--speculative-ngram-`<br/>`max-trie-depth` | `18` | Type: int | Experimental |
|
||||
| `--speculative-ngram-`<br/>`capacity` | `10000000` | Type: int | Experimental |
|
||||
|
||||
## Expert parallelism
|
||||
|
||||
Reference in New Issue
Block a user