Skip to content

Commit 113ef05

Browse files
authored
Update Analyzing_token_generation_at_Prefill_and_Decode_stage.md
1 parent 82d6fd4 commit 113ef05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learning-paths/servers-and-cloud-computing/llama_cpp_streamline/Analyzing_token_generation_at_Prefill_and_Decode_stage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ then add the Annotation Marker generation code here,
9090
}
9191
```
9292
93-
A string is added to the Annotation Marker to record the position of input tokens and numbr of tokens to be processed.
93+
A string is added to the Annotation Marker to record the position of input tokens and number of tokens to be processed.
9494
9595
### Step 3: Build llama-cli executable
9696
For convenience, llama-cli is static linked.

0 commit comments

Comments
 (0)