Compare commits
2 Commits
549bccf727
...
e50b3f126a
Author | SHA1 | Date | |
---|---|---|---|
e50b3f126a | |||
d3e6dec652 |
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
[](https://pub.dev/packages/whisper_flutter_new)
|
[](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
|
Ready to use [whisper.cpp](https://github.com/ggerganov/whisper.cpp) models implementation for iOS
|
||||||
and Android
|
and Android
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-milestone-1-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-rc-1-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-milestone-1-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-rc-1-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
Reference in New Issue
Block a user