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

Replicate endpoint issue #24

Open
natolambert opened this issue Jan 1, 2025 · 0 comments
Open

Replicate endpoint issue #24

natolambert opened this issue Jan 1, 2025 · 0 comments

Comments

@natolambert
Copy link
Contributor

The api returns the following internal cuda error on the version you pinned:

  File "/Users/nathanl/miniconda3/envs/smolpod/lib/python3.10/site-packages/replicate/client.py", line 145, in run
    raise ModelError(prediction.error)
replicate.exceptions.ModelError: ('Error Running inference with local model', RuntimeError('cuFFT error: CUFFT_INTERNAL_ERROR'))

I bumped to latest:

    output = replicate.run(
        # "thomasmol/whisper-diarization:7e5dafea13d80265ea436e51a310ae5103b9f16e2039f54de4eede3060a61617",
        "thomasmol/whisper-diarization:cbd15da9f839c5f932742f86ce7def3a03c22e2b4171d42823e83e314547003f",
        input={
            "file_url": file_url,
            "num_speakers": speakers_count,
            "prompt": "Audio of Latent Space, a technical podcast about artificial intelligence and machine learning hosted by Swyx and Alessio."
        }
    )
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

1 participant