New Error with devices
Closed this issue · 2 comments
Sprinzl commented
Hello, I get following Error which did not exist previous.
Where is something wrong with the device or do I have to update the native libary?
I am using orchSharp-cuda-windows 0.103.1
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> System.MissingMethodException: Method not found: 'Device TorchSharp.torch.get_default_device()'.
NiklasGustafsson commented
Have you rebuilt against the new version?
Sprinzl commented
Yes. I exchanged the native part. Problem solved. I still wounder why it made a managed error.
Thx Niklas