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 074ccbe commit 6cc4d02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fl_client/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit 6cc4d02

Please sign in to comment.