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 95caf94 commit ad11336Copy full SHA for ad11336
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