Compare commits
2 Commits
059d7fec18
...
renovate/d
Author | SHA1 | Date | |
---|---|---|---|
0a304562d7 | |||
d3e6dec652 |
@@ -2,6 +2,10 @@
|
||||
|
||||
[](https://pub.dev/packages/whisper_flutter_new)
|
||||
|
||||
# Important Notice:
|
||||
|
||||
**I am currently refactoring the functionality and plan to provide flutter bindings for both llama.cpp and whisper.cpp. After the refactoring is complete, I will consider adapting to Windows and MacOS**
|
||||
|
||||
Ready to use [whisper.cpp](https://github.com/ggerganov/whisper.cpp) models implementation for iOS
|
||||
and Android
|
||||
|
||||
|
@@ -24,7 +24,7 @@ platforms:
|
||||
macos:
|
||||
|
||||
environment:
|
||||
sdk: ">=3.3.0 <4.0.0"
|
||||
sdk: "<4.0.0"
|
||||
flutter: ">=3.22.0"
|
||||
|
||||
# Dependencies specify other packages that your package needs in order to work.
|
||||
|
@@ -11,7 +11,7 @@ platforms:
|
||||
macos:
|
||||
|
||||
environment:
|
||||
sdk: ">=3.3.0 <4.0.0"
|
||||
sdk: "<4.0.0"
|
||||
flutter: ">=3.22.0"
|
||||
|
||||
dependencies:
|
||||
|
Reference in New Issue
Block a user