-
Notifications
You must be signed in to change notification settings - Fork 6
Description
My hardware is variable, although I always use Docker. I have an older iMac with an Intel i7 Chip, a MBP with an M1 chip (multiple CPU and GPU cores), and a production Dell R710 server with 24 cores (no GPU).
I setup a Docker container with Flask on my iMac that runs Whisper. It 'works', but the speed is not quite what I would like. I also use MONAI sometimes for image processing. I don't know if MONAI ever intends to extent MONAI to support GPU's on the new Macs. I stumbled across your code and I'd be interested in adapting it to use as many cores as I can. I'll start looking at how to possible do that, but wondering if you have an e-mail or other contact ?
My other options is to just use a Cloud instance from AWS or other vendor, but that can get a little pricey.