Skip to content

Commit

Permalink
Update models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored Jul 23, 2024
1 parent 6cc4d02 commit 3a44aa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fl_client/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import uuid
deimport uuid
from typing import ClassVar, List

from django.conf import settings
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 3a44aa5

Please sign in to comment.