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

GPU fails the run on the containerized version of the worker #33

Closed
greenw0lf opened this issue May 28, 2024 · 2 comments
Closed

GPU fails the run on the containerized version of the worker #33

greenw0lf opened this issue May 28, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@greenw0lf
Copy link
Collaborator

Stacktrace of the error:

Traceback (most recent call last):
  File "/src/worker.py", line 136, in <module>
    processing_result, full_provenance_chain = main_data_processor.run(
  File "/src/main_data_processor.py", line 85, in run
    proc_result = run_whisper(model_input)
  File "/src/whisper.py", line 43, in run_whisper
    model = faster_whisper.WhisperModel(
  File "/src/.venv/lib/python3.10/site-packages/faster_whisper/transcribe.py", line 133, in __init__
    self.model = ctranslate2.models.Whisper(
RuntimeError: CUDA failed with error named symbol not found
@greenw0lf greenw0lf added the bug Something isn't working label May 28, 2024
@greenw0lf greenw0lf self-assigned this May 28, 2024
@greenw0lf greenw0lf closed this as not planned Won't fix, can't repro, duplicate, stale May 28, 2024
@greenw0lf
Copy link
Collaborator Author

greenw0lf commented May 28, 2024

Managed to get it working, I will document the steps taken in the wiki

@cliffwoolley
Copy link

If you were using driver 555.85 here, please see NVIDIA/nvidia-container-toolkit#520 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants