Travis J

Results 5 comments of Travis J

This type of exception appears to be caused by the user's system running out of memory. As the code being executed is using pointers, the OOM exception is sort of...

I'm guessing perhaps this could be an option [DllImport("LibTorchSharp")] internal static extern IntPtr THSNN_GELU_ctor(string approximate, out IntPtr pBoxedModule); and then perhaps replace the current GELU calling function, or add an...

Sorry if this seems obvious, just trying to make sure it's right. I'm definitely willing to try the PR approach for this (and anything else I could help with). -...

I tried the previous code, but it causes an exception when calling the ctor. If I use string instead of the enum it works, so perhaps the implicit conversion of...

Can you show the actual line of code used? Are you getting the warning during runtime or at compile / interpret? I don't see this warning, when using a CausalSelfAttention...