Skip to content

Commit df9e5db

Browse files
markurtzCopilot
andcommitted
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent 2dc0d98 commit df9e5db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/speculators/__main__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,7 @@ def convert(
136136
--verifier "meta-llama/Llama-3.1-8B-Instruct"
137137
138138
# eagle3 with normalization before the residual
139-
speculators convert "./eaglev3/checkpoint" \
140-
--algorithm-kwargs '{"norm_before_residual": true}'
139+
--algorithm-kwargs '{"norm_before_residual": true}' \
141140
--verifier "meta-llama/Llama-3.1-8B-Instruct"
142141
143142
:param model: Model checkpoint path or Hugging Face model ID to convert

0 commit comments

Comments
 (0)