Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -44,10 +44,10 @@ iface = gr.Interface(
|
|
44 |
search_type="model",
|
45 |
),
|
46 |
gr.Dropdown(
|
47 |
-
["
|
48 |
-
label="Quantization
|
49 |
-
info="GGML quantisation
|
50 |
-
value="
|
51 |
filterable=False
|
52 |
),
|
53 |
gr.Textbox(label="Email", placeholder="Enter your email here")
|
|
|
44 |
search_type="model",
|
45 |
),
|
46 |
gr.Dropdown(
|
47 |
+
["q2_K", "q3_K", "q3_K_S", "q3_K_M", "q3_K_L", "q4_0", "q4_1", "q4_K", "q4_K_S", "q4_K_M", "q5_0", "q5_1", "q5_K", "q5_K_S", "q5_K_M", "q6_K", "q8_0", "f16"],
|
48 |
+
label="Quantization Option",
|
49 |
+
info="GGML quantisation options",
|
50 |
+
value="q4_0",
|
51 |
filterable=False
|
52 |
),
|
53 |
gr.Textbox(label="Email", placeholder="Enter your email here")
|