Rahulvisio
Results
2
issues of
Rahulvisio
Hi all, Is there any bench mark/literature (for me to understand) on the number of simultaneous (concurrent) requests we can process on whisper-jax (using CPUs OR GPUs). In my use-case,...
I am trying to append model object into python multiprocessing manager sharedObject list but got below error TypeError: cannot pickle 'ctranslate2._ext.Whisper' object code snippet: import multiprocessing from multiprocessing import freeze_support...