Skip to content

Commit c1d9625

Browse files
hotfix: mistake in spelling
1 parent 62a8497 commit c1d9625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h3>2️⃣ Inference from CLI</h3>
126126
--output-file outputs/preds.jsonl \
127127
--batch-size 8 \
128128
--temperature 0.9 \
129-
--generate-kwargs '{"do_sample": false, "top_p": 0.95}'</code></pre>
129+
--generation-kwargs '{"do_sample": false, "top_p": 0.95}'</code></pre>
130130

131131
<h3>3️⃣ Evaluation API (Python)</h3>
132132
<pre><code>from llmsql import LLMSQLEvaluator

0 commit comments

Comments
 (0)