joeshmoethefunnyone
commited on
Commit
•
b923fae
1
Parent(s):
7c36326
update to add more options
Browse filesidk python that well so i cloned it first to see if it works before i make a pull request
app.py
CHANGED
@@ -153,7 +153,7 @@ iface = gr.Interface(
|
|
153 |
search_type="model",
|
154 |
),
|
155 |
gr.Dropdown(
|
156 |
-
["Q2_K", "Q3_K_S", "Q3_K_M", "Q3_K_L", "Q4_0", "Q4_K_S", "Q4_K_M", "Q5_0", "Q5_K_S", "Q5_K_M", "Q6_K", "Q8_0"],
|
157 |
label="Quantization Method",
|
158 |
info="GGML quantisation type",
|
159 |
value="Q4_K_M",
|
|
|
153 |
search_type="model",
|
154 |
),
|
155 |
gr.Dropdown(
|
156 |
+
["Q2_K", "Q3_K_S", "Q3_K_M", "Q3_K_L", "Q4_0", "Q4_K_S", "Q4_K_M", "Q5_0", "Q5_K_S", "Q5_K_M", "Q6_K", "Q8_0", "F16", "F32"],
|
157 |
label="Quantization Method",
|
158 |
info="GGML quantisation type",
|
159 |
value="Q4_K_M",
|