# Google project meeting 0920 黃啟維 ## Current issue - [Whisper_dart repo](https://github.com/azkadev/whisper_dart) 所使用的 的 whisper_dart 的 function 都是來自whisper_dart package 而不是source code 。 ## problem solving - 在本地端刪除已載好的whisper_dart package 並將main.dart所使用到的WhisperReqeust等函式改由source code的whisper_dart package引入 ## current problem  ``` I/flutter ( 6697): Started transcribe E/flutter ( 6697): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Invalid argument(s): Failed to load dynamic library 'libwhisper.so': dlopen failed: library "libwhisper.so" not found E/flutter ( 6697): #0 _open (dart:ffi-patch/ffi_dynamic_library_patch.dart:11:43) E/flutter ( 6697): #1 new DynamicLibrary.open (dart:ffi-patch/ffi_dynamic_library_patch.dart:22:12) E/flutter ( 6697): #2 Whisper.openLib (package:recorder/whisper_dart/lib/whisper_dart.dart:42:29) E/flutter ( 6697): #3 Whisper.request.<anonymous closure> (package:recorder/whisper_dart/lib/whisper_dart.dart:53:17) E/flutter ( 6697): #4 _RemoteRunner._run (dart:isolate:1021:47) E/flutter ( 6697): #5 _RemoteRunner._remoteExecute (dart:isolate:1015:12) E/flutter ( 6697): #6 _delayEntrypointInvocation.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:299:17) E/flutter ( 6697): #7 _RawReceivePort._handleMessage (dart:isolate-patch/isolate_patch.dart:189:12) E/flutter ( 6697): ``` - 無法load dynamic library 'libwhisper.so' - 猜測問題應該在build.gradle在cmake時有錯誤 ## TODO ### Computing Optimization #### SIMD #### NEON/SVE intrinsics #### NEON/SVE support library ### Multithreading ### Model Optimization #### Quantization #### Pruning #### Knowledge Distillation
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up