❔ Can't use TorchSharp nuget package
I must be doing something dumb... but I can't seem to launch a program with torchsharp, i keep getting
I installed TorchSharp and TorchSharp-cpu v0.99.2 via nuget. My other nuget packages work fine so im really confused, anything I could look at to try and resolve this? There is even a
TorchSharp.dll
in my bin folder.
Im using .net 7 on macos2 Replies
You can always use dotnet-trace to find details on what's going on, including with assembly loads: https://learn.microsoft.com/en-us/dotnet/core/dependency-loading/collect-details
Collect detailed assembly loading information - .NET Core
Description of how to collect assembly loading information in .NET Core
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.