argmaxinc / WhisperKit

On-device Speech Recognition for Apple Silicon
http://argmaxinc.com/blog/whisperkit
MIT License
3.92k stars 330 forks source link

Run tests in parallel on CI #117

Closed jkrukowski closed 7 months ago

jkrukowski commented 7 months ago

Should resolve https://github.com/argmaxinc/WhisperKit/issues/100

Test will run in parallel, we should see a significant speedup, example output:

Before:

Screenshot 2024-04-15 at 15 54 27

After:

Screenshot 2024-04-15 at 15 54 07
ZachNagengast commented 7 months ago

Usage summary:

image

Nice one @jkrukowski!