Skip to content

Commit

Permalink
F16 added, exe updated to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
rainlizard committed Nov 21, 2024
1 parent 6e16fc0 commit 37933ff
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EasyQuantizationGUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def main():
quantize_label = tk.Label(quantize_frame, text="Quantize Level:")
quantize_label.pack(side=tk.LEFT)

quantize_levels = ["Q2_K", "Q3_K_S", "Q4_0", "Q4_1", "Q4_K_S", "Q5_0", "Q5_1", "Q5_K_S", "Q6_K", "Q8_0"]
quantize_levels = ["Q2_K", "Q3_K_S", "Q4_0", "Q4_1", "Q4_K_S", "Q5_0", "Q5_1", "Q5_K_S", "Q6_K", "Q8_0", "F16"]
quantize_level_var = tk.StringVar(root)
quantize_level_var.set("Q8_0") # Set default value to Q8_0

Expand Down
Binary file modified ggml.dll
Binary file not shown.
Binary file modified llama-quantize.exe
Binary file not shown.
Binary file modified llama.dll
Binary file not shown.

0 comments on commit 37933ff

Please sign in to comment.