Replies: 2 comments 3 replies
-
Kill the thread? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Worked if "force feeding" the thread with an exception. Here is my example code, but I wouldn't recommend using this. It's not very elegant and managing the leftover resources are a thing to keep an eye on.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have Pipeline.from_pretrained("pyannote/speaker-diarization-3.1",use_auth_token) running on a separate thread and want somehow to stop it with a function so that I can start a new diarization process. Is there a way to do that?
Beta Was this translation helpful? Give feedback.
All reactions