diff --git a/fl_client/models.py b/fl_client/models.py index d6140039..976f7321 100644 --- a/fl_client/models.py +++ b/fl_client/models.py @@ -225,6 +225,7 @@ class Type(models.TextChoices): Q5KS = "Q5KS", "Q5_K_S" Q6K = "Q6K", "Q6_K" Q80 = "Q80", "Q8_0" + Q80L = "Q80L", "Q8_O_L" class Extension(models.TextChoices): """Class representing a file extension."""