Update index.html
Browse files- index.html +26 -25
index.html
CHANGED
@@ -30,31 +30,32 @@
|
|
30 |
</select>
|
31 |
|
32 |
<label for="decoder-dtype">Decoder (decoder_model_merged) dtype:</label>
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
</
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
</
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
</
|
|
|
58 |
</fieldset>
|
59 |
|
60 |
<!-- Hardware Options -->
|
|
|
30 |
</select>
|
31 |
|
32 |
<label for="decoder-dtype">Decoder (decoder_model_merged) dtype:</label>
|
33 |
+
<label for="decoder-dtype">Decoder (decoder_model_merged) dtype:</label>
|
34 |
+
<select id="decoder-dtype">
|
35 |
+
<option value="fp32">fp32</option>
|
36 |
+
<option value="fp16">fp16</option>
|
37 |
+
<option value="q8" selected>q8</option>
|
38 |
+
<option value="q4">q4</option>
|
39 |
+
<option value="q4f16">q4f16</option>
|
40 |
+
</select>
|
41 |
+
|
42 |
+
<label for="embed-dtype">Embed Tokens dtype:</label>
|
43 |
+
<select id="embed-dtype">
|
44 |
+
<option value="fp32">fp32</option>
|
45 |
+
<option value="fp16">fp16</option>
|
46 |
+
<option value="q8" selected>q8</option>
|
47 |
+
<option value="q4">q4</option>
|
48 |
+
<option value="q4f16">q4f16</option>
|
49 |
+
</select>
|
50 |
+
|
51 |
+
<label for="vision-dtype">Vision Encoder dtype:</label>
|
52 |
+
<select id="vision-dtype">
|
53 |
+
<option value="fp32">fp32</option>
|
54 |
+
<option value="fp16">fp16</option>
|
55 |
+
<option value="q8" selected>q8</option>
|
56 |
+
<option value="q4">q4</option>
|
57 |
+
<option value="q4f16">q4f16</option>
|
58 |
+
</select>
|
59 |
</fieldset>
|
60 |
|
61 |
<!-- Hardware Options -->
|