From 6cc4d0293cebfba56ddc55b0ef5f9996f9c56086 Mon Sep 17 00:00:00 2001 From: Olivier DEBAUCHE Date: Wed, 24 Jul 2024 01:30:13 +0200 Subject: [PATCH] Update models.py --- fl_client/models.py | 1 + 1 file changed, 1 insertion(+) 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."""