Skip to content

Commit

Permalink
Update +page.svx
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
samuel100 authored Nov 20, 2024
1 parent e70cfa2 commit 2c4d6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/blogs/olive-quant-ft/+page.svx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ To answer our question on the right sequencing of quantization and fine-tuning w

We installed the [Olive CLI](../blogs/olive-cli) using `pip`:

<pre><code>pip install olive-ai[quantize,finetuning]
<pre><code>pip install olive-ai[finetune]
pip install autoawq
pip install auto-gptq
</code></pre>
Expand Down

0 comments on commit 2c4d6f6

Please sign in to comment.