Closed samyon7 closed 3 months ago
I see the problem, that's a bug.
You can open the mentioned _pyllmodel.py
on line 48 and replace:
cudalib = fr"bin\cudart64_{rtver.replace(".", "")}.dll"
with:
cudalib = fr"bin\cudart64_{rtver.replace('.', '')}.dll"
That should fix it. Note the single quotes.
Although other than that, I'm not sure how you landed on that specific line. That's code which is meant to run on a Windows system, but your paths indicate you're running this on *nix.
What do you get when you write:
>>> import platform
>>> print(platform.system())
Edit: Never mind, this did not actually run, so this should be fixed.
Error when try to run in google colabs
I tried to run in Google Colab using T4 GPU but getting error
Can you please help me and tell me how to fix it? Thanks for the short instructions! Best regards
Environment :