Skip to content

Commit ddd2386

Browse files
committed
Fix typo in tutorial for exporting llm
1 parent 3ef13a3 commit ddd2386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/llm/export-llm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ base:
114114
metadata: '{"get_bos_id":128000, "get_eos_ids":[128009, 128001]}'
115115
model:
116116
use_kv_cache: True
117-
use_sdpa_withp_kv_cache: True
117+
use_sdpa_with_kv_cache: True
118118
quantization:
119119
embedding_quantize: 4,32
120120
qmode: 8da4w
@@ -144,7 +144,7 @@ base:
144144
metadata: '{"get_bos_id":128000, "get_eos_ids":[128009, 128001]}'
145145
model:
146146
use_kv_cache: True
147-
use_sdpa_withp_kv_cache: True
147+
use_sdpa_with_kv_cache: True
148148
quantization:
149149
embedding_quantize: 4,32
150150
qmode: 8da4w

0 commit comments

Comments
 (0)