BCM

Results 70 comments of BCM

Here's the Steamship Discord. You'll see me in there and we can connect: https://discord.gg/GaEeyGG9

I'm trying to test on my end, cloned your repo and failed to build on my Macbook. Will try on another machine shortly. ``` 42.84 Building wheels for collected packages:...

> > error: command 'gcc' failed: No such file or directory > > You need gcc from xcode or homebrew. Also, poetry is a huge pain in the ass. This...

I have successfully run previous versions of the ASR engine, in Docker containers, on both the M1 and WSL Cuda. Last night, on my WSL box, I attempted running the...

> Running on M1 with GPU accel doesn't seem like something we can do at this time I haven't seen anything in the whisper community that can run M1 on...

@Deathproof76 I'm not sure if it's the same, but the Whisper reqs noted 3 HF gated models that I needed to clear. There was one additional. See the note in...

@ayancey I'm using 537.58. I originally ran the readme's cmd where you clone the image from docker hub. That's the one that uses CUDA. I'm going to go back to...

Next step for me will probably be looking at the whisperx repo directly and see if I can get that to work anywhere first.

> I have concerns regarding the `WhisperX` license. To avoid potential conflicts, would it be sufficient to address license requirements in a manner similar to other tools, as outlined in...

So I can confirm that I was able to update the docker file by adding ``` - ASR_ENGINE=whisperx - HF_TOKEN= ``` And I can confirm that it's offloading to my...