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

Small typo in your HuggingFace README #1513

Closed
carlos-aguayo opened this issue Oct 21, 2023 · 2 comments
Closed

Small typo in your HuggingFace README #1513

carlos-aguayo opened this issue Oct 21, 2023 · 2 comments

Comments

@carlos-aguayo
Copy link

https://huggingface.co/pyannote/embedding/blob/main/README.md?code=true#L67

That line should be

inference = Inference(model, window="whole", device=torch.device("cuda"))

instead of

inference = Inference(model, window="whole", device="cuda")
@github-actions
Copy link

Thank you for your issue.You might want to check the FAQ if you haven't done so already.

Feel free to close this issue if you found an answer in the FAQ.

If your issue is a feature request, please read this first and update your request accordingly, if needed.

If your issue is a bug report, please provide a minimum reproducible example as a link to a self-contained Google Colab notebook containing everthing needed to reproduce the bug:

  • installation
  • data preparation
  • model download
  • etc.

Providing an MRE will increase your chance of getting an answer from the community (either maintainers or other power users).

Companies relying on pyannote.audio in production may contact me via email regarding:

  • paid scientific consulting around speaker diarization and speech processing in general;
  • custom models and tailored features (via the local tech transfer office).

This is an automated reply, generated by FAQtory

@hbredin
Copy link
Member

hbredin commented Oct 22, 2023

Thanks. Fixed!

@hbredin hbredin closed this as completed Oct 22, 2023
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