Skip to content

Commit

Permalink
Updated dark mode pip install color.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaanavD committed Oct 21, 2024
1 parent d75a904 commit ae03a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/models/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@
</p>
<div class="my-4 mockup-code bg-slate-300 dark:bg-primary">
<pre data-prefix="$" class="text-black"><code>pip install olive-ai onnxruntime optimum</code></pre>
<pre data-prefix=">" class="text-success"><code>olive auto-opt -m microsoft/Phi-3-mini-4k-instruct -o models/phi3-mini-4k</code></pre>
<pre data-prefix=">" class="text-success dark:text-info"><code>olive auto-opt -m microsoft/Phi-3-mini-4k-instruct -o models/phi3-mini-4k</code></pre>
</div>
</div>

0 comments on commit ae03a23

Please sign in to comment.