admin管理员组

文章数量:1026925

Recently, I compared the performance of WhisperX and Faster-Whisper on RunPod's server using the following code snippet.

WhisperX

model = whisperx.load_model(
    "large-v3", "cuda"
)

def run_whisperx_job(job):
    start_time = time.time()

    job_input = job['input']
    url = job_input.get('url', "")

    print(f"

Recently, I compared the performance of WhisperX and Faster-Whisper on RunPod's server using the following code snippet.

WhisperX

model = whisperx.load_model(
    "large-v3", "cuda"
)

def run_whisperx_job(job):
    start_time = time.time()

    job_input = job['input']
    url = job_input.get('url', "")

    print(f"

本文标签: