From 3a44aa5c4be5b30dd732e8f07060a1e047142230 Mon Sep 17 00:00:00 2001 From: Olivier DEBAUCHE Date: Wed, 24 Jul 2024 01:33:24 +0200 Subject: [PATCH] Update models.py --- fl_client/models.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fl_client/models.py b/fl_client/models.py index 976f7321..44752ea8 100644 --- a/fl_client/models.py +++ b/fl_client/models.py @@ -1,4 +1,4 @@ -import uuid +deimport uuid from typing import ClassVar, List from django.conf import settings @@ -212,6 +212,7 @@ class Type(models.TextChoices): NONE = "NA", "N/A" Q2K = "Q2K", "Q2_K" + Q2KL = "Q2KL", "Q2_K_L" Q3KL = "Q3KL", "Q3_K_L" Q3KM = "Q3KM", "Q3_K_M" Q3KS = "Q3KS", "Q3_K_S"