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 24, 2024
1 parent 4f0a604 commit db34172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fl_client/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class Type(models.TextChoices):
Q50 = "Q50", "Q5_0"
Q51 = "Q51", "Q5_1"
Q5KM = "Q5KM", "Q5_K_M"
Q5KS = "Q5KS", "Q5_K_S"I
Q5KS = "Q5KS", "Q5_K_S"
Q6K = "Q6K", "Q6_K"
Q80 = "Q80", "Q8_0"
Q80L = "Q80L", "Q8_O_L"
Expand Down

0 comments on commit db34172

Please sign in to comment.