Healer
Healer
> This can be fixed with VAD detection support. But, VAD detection is not yet implemented.  I am trying to apply VAD into the C++ source of my project....
> > Has your problem been solved? > > it was VAD problem, thou I wouldn't be celebrating for now. I noticed there is some speech it detected as silence...
How to set env to run parallel in linux? I had set up env by: sudo nano ~/.bashrc export OLLAMA_NUM_PARALLEL=4 source ~/.bashrc But it doesn't work
How do I extract tabels and images from a pdf??
How to fix issue when i build filters_vocab_gen_util.ipnb? https://github.com/usefulsensors/openai-whisper/blob/main/notebooks/filters_vocab_gen_util.ipynb i am running on gg colab  HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': '/content/whisper/whisper/assets/gpt2'. Use `repo_type`...
@vilassn @nyadla-sys Can you help me? Thank you very much!!!
> Use the below colab to generate vocab.bin and i have change dthe magic and please follow https://colab.research.google.com/github/nyadla-sys/whisper.tflite/blob/main/models/tflt_vocab_mel.ipynb > > please refer https://github.com/nyadla-sys/whisper.tflite/tree/main/models I was able to run... Thank you...
> //tfltchange in minimal if (magic != 0x74666C74) { printf("Invalid vocab file (bad magic)\n"); return 0; } yes i noticed that and i fixed it. Thanks!
> //tfltchange in minimal if (magic != 0x74666C74) { printf("Invalid vocab file (bad magic)\n"); return 0; } > 0x74666C74 One thing I don't know is if I use another model...
Excuse me, if I want to build in another language, for example Vietnamses, I need to provide the word vocabulary and mel spectrogram of the dataset that I bring to...