JoeStrout
JoeStrout
> 1. Register dummy app via terminal > lsregister ~/Desktop/MyDummyApp.app I am trying this solution on macOS 10.15.7, but I get "zsh: command not found: lsregister". Any suggestions?
Confirmed. Thank you for the report.
For reference, here is the (C#) code from Mini Micro that implements `import`. ``` f = Intrinsic.Create("import"); f.AddParam("libname"); f.code = (context, partialResult) => { if (partialResult != null) { //...
I most definitely _do_ care about that. We will have to dig in and figure out why that's not working. (But I've got a 3-day weekend at the lake coming...
The C# code needs to work in any version of Unity, which means it needs to stay compatible with .NET 3.5 (or more precisely, an old version of Mono roughly...
Yes, unfortunately we still have users using Unity 5.5. I'm up for using object initializers for structs where you think that makes the code cleaner. I'm also fine with more...
It still happens for me (on macOS). What platform are you testing on? Perhaps it's a Unix/Linux thing?
Any chance we can get this merged in?
That's right. But this might naturally change when we change how functions are parsed (#100). So, let's leave this ticket open to remind us to consider this behavior carefully.
I just tried to do it via Spaces (HuggingFace), on GPU-enabled hardware, using the limerick dataset. I get the exact same error, a traceback ending in: python3.8/site-packages/bitsandbytes/autograd/_functions.py", line 317, in...