Replies: 2 comments 1 reply
-
|
I think it's caused by a notebook update. I'm unsure how to fix it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I tried some different torch versions compatible with previous cuda versions, and this is what worked for me: With: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
OSError Traceback (most recent call last)
/tmp/ipykernel_3807/2424780288.py in <cell line: 0>()
33 sys.path.append("piper-sample-generator/")
34
---> 35 from generate_samples import generate_samples
36
37 target_word = 'khum_puter' # @param {type:"string"}
5 frames
/usr/lib/python3.12/ctypes/init.py in init(self, name, mode, handle, use_errno, use_last_error, winmode)
377
378 if handle is None:
--> 379 self._handle = _dlopen(self._name, mode)
380 else:
381 self._handle = handle
OSError: libcudart.so.13: cannot open shared object file: No such file or directory
Beta Was this translation helpful? Give feedback.
All reactions