Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whisperx warnings #5

Open
michalblaha opened this issue Nov 20, 2024 · 1 comment
Open

Whisperx warnings #5

michalblaha opened this issue Nov 20, 2024 · 1 comment

Comments

@michalblaha
Copy link
Member

Aktualni verze whisperx hlasi behem zpracovani audia velke mnozstvi warning.

Pokud by je slo alespon castecne vyresit, bylo by to super

INFO:app.routers.stt:Received URL for processing: https://somedata.hlidacstatu.cz/mp3/vyjadreni-politiku/2b23f715a5324dbeab19791275ef8ebb.mp3
INFO:app.routers.stt:File downloaded and saved temporarily: /tmp/tmpplgbbood.mp3
INFO:app.routers.stt:Audio file processed: duration 3355.0745 seconds
INFO:app.routers.stt:Task added to database: ID 2752f6d1-1c1e-4ea3-a01d-15991a2d812c
INFO:app.routers.stt:Background task scheduled for processing: ID 2752f6d1-1c1e-4ea3-a01d-15991a2d812c
INFO:pytorch_lightning.utilities.migration.utils:Lightning automatically upgraded your loaded checkpoint from v1.5.4 to v2.3.3. To apply the upgrade to your files permanently, run `python -m pytorch_lightning.utilities.upgrade_checkpoint ../root/.cache/torch/whisperx-vad-segmentation.bin`
INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /tmp/tmpha0gibgc
INFO:torch.distributed.nn.jit.instantiator:Writing /tmp/tmpha0gibgc/_remote_module_non_scriptable.py
/usr/local/lib/python3.11/dist-packages/pyannote/audio/utils/reproducibility.py:74: ReproducibilityWarning: TensorFloat-32 (TF32) has been disabled as it might lead to reproducibility issues and lower accuracy.
It can be re-enabled by calling
   >>> import torch
   >>> torch.backends.cuda.matmul.allow_tf32 = True
   >>> torch.backends.cudnn.allow_tf32 = True
See https://github.com/pyannote/pyannote-audio/issues/1370 for more details.

  warnings.warn(
/usr/local/lib/python3.11/dist-packages/asteroid_filterbanks/enc_dec.py:216: UserWarning: Applied workaround for CuDNN issue, install nvrtc.so (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:80.)
  return F.conv1d(waveform, filters, stride=stride, padding=padding)
/usr/local/lib/python3.11/dist-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
  warnings.warn(
Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.```
@pavelzbornik
Copy link

Vetsinu jsme vyfitltroval a udelal jsem na to feature flag pro warnings a zbytek je definice loggeru v gunicornu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants