-
Hi
Do you know if CPU and MPS support is on the roadmap?
Thanks!
-
Hi team,
I'm trying to get hidet to optimize the two models on lines 15, 16 in:
https://github.com/collabora/WhisperSpeech/blob/main/whisperspeech/pipeline.py
(more importantly SADelARTransformer …
-
Is it normal that on rtx 3080ti it takes from 2 seconds for two word sentence to get response to even 30 seconds for 40 word sentence?
I used this mockup to test:
```
import torch
import torch…
rvsh2 updated
8 months ago
-
Thought it made sense to collect thoughts about latency.
ccappetta did some profiling:
Spacebar press
User audio file is generated and faster-whisper transcribes it to text (~4.5 seconds)…
-
Hello,
when trying to activate `torch_compile` on the whisper speech node to speed up the process, but got the following error:
Error 1
> Error occurred when executing IF_WhisperSpeech:
>…
-
Is M4A a supported format for the `speaker` input?
I tried it with `https://upcdn.io/FW25b4F/raw/zeke-scraps/code-snippets.m4a` and I got this error:
> Prediction failed.
>
> Failed to load au…
zeke updated
9 months ago
-
Im making a demo for the whisperspeech and run into an error , see here to see the disscussion and make a PR :
https://huggingface.co/spaces/Tonic/laion-whisper/discussions/1
this is the error :…
-
Hi,
I'm trying to install the package locally. I cloned the git repository and installed it w/ pip, however when running it I get the following error:
```
ImportError: cannot import name 'languages…
-
I'm looking to finetune this model, as you mentioned that you will open source finetuning code, do you have any timeline in mind for that.
And if possible, please do provide some info regarding train…
-
I'm seeing some shiny new models on huggingface, including a "fast" version of "small" and other stuff...Was just curious what the differences are and if there's going to be some explanation in the re…