We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc0d98 commit df9e5dbCopy full SHA for df9e5db
src/speculators/__main__.py
@@ -136,8 +136,7 @@ def convert(
136
--verifier "meta-llama/Llama-3.1-8B-Instruct"
137
138
# eagle3 with normalization before the residual
139
- speculators convert "./eaglev3/checkpoint" \
140
- --algorithm-kwargs '{"norm_before_residual": true}'
+ --algorithm-kwargs '{"norm_before_residual": true}' \
141
142
143
:param model: Model checkpoint path or Hugging Face model ID to convert
0 commit comments