Skip to content

Commit

Permalink
Make gemma the default
Browse files Browse the repository at this point in the history
  • Loading branch information
sushraja-msft committed Aug 21, 2024
1 parent 388f3b2 commit acd6fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
</div>
<h1>llguidance-wasm demo</h1>
<select id="model_selector">
<option value="Phi-3-mini-4k-instruct-q4f16_1-MLC">Phi 3</option>
<option value="gemma-2-2b-it-q4f16_1-MLC">Gemma2 2B</option>
<option value="Phi-3-mini-4k-instruct-q4f16_1-MLC">Phi 3</option>
<option value="Mistral-7B-Instruct-v0.2-q4f16_1-MLC">Mistral 7B</option>
<option value="Llama-3.1-8B-Instruct-q4f16_1-MLC">Lamma 3.1</option>
</select>
Expand Down

0 comments on commit acd6fa5

Please sign in to comment.