ZuodaoTech / everyone-can-use-english

人人都能用英语
https://1000h.org
Mozilla Public License 2.0
24.55k stars 3.72k forks source link

Whisper is not working #756

Closed ericjee closed 3 months ago

ericjee commented 3 months ago

Version

0.2.13

Platform

darwin arm64 12.7.5

Log

Command failed: "/Applications/Enjoy.app/Contents/Resources/app.asar.unpacked/.vite/build/lib/whisper/main" --file "/Applications/Enjoy.app/Contents/Resources/app.asar.unpacked/.vite/build/samples/jfk.wav" --model "/Applications/Enjoy.app/Contents/Resources/app.asar.unpacked/.vite/build/lib/whisper/models/ggml-tiny.en.bin" --output-json --output-file "/Users/xx/Documents/EnjoyLibrary/cache/jfk"
dyld[88550]: Symbol not found: (_cblas_sgemm$NEWLAPACK$ILP64)
  Referenced from: '/Applications/Enjoy.app/Contents/Resources/app.asar.unpacked/.vite/build/lib/whisper/main'
  Expected in: '/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate'

dyld[88550]: Symbol not found: (_cblas_sgemm$NEWLAPACK$ILP64)
  Referenced from: '/Applications/Enjoy.app/Contents/Resources/app.asar.unpacked/.vite/build/lib/whisper/main'
  Expected in: '/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate'
an-lee commented 3 months ago

you should upgrade your macOS to 14

ericjee commented 3 months ago

I did not receive this information, your document says it supports macOS 12 and above

an-lee commented 3 months ago

I did not receive this information, your document says it supports macOS 12 and above

Local STT service (whisper) need macOS 14 for arm64 machine.

You can choose AzureAI instead of Local if you don't want to upgrade.