Skip to content

Commit

Permalink
[TASK] Add missing MMS model estimates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharrnah committed Jul 10, 2024
1 parent d8ebacc commit b3a2af1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FyneApp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Website = "https://whispering-tiger.github.io/"
Icon = "app-icon.png"
Name = "Whispering Tiger"
ID = "io.github.whispering-tiger"
Version = "1.3.1"
Build = 4
Version = "1.3.2"
Build = 2
2 changes: 2 additions & 0 deletions Utilities/Hardwareinfo/ModelEstimates.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ var Models = []AIModel{
{"Whispernemo-canary_large", 4509.0},
// MMS models
{"Whispermms_1b-all", 4646.0},
{"Whispermms_mms-1b-fl102", 4544.0},
{"Whispermms_mms-1b-l1107", 4623.0},
// NLLB200CT2 models
{"TxtTranslatorNLLB200_CT2_small", 3087.0},
{"TxtTranslatorNLLB200_CT2_medium", 6069.0},
Expand Down

0 comments on commit b3a2af1

Please sign in to comment.