Daniël de Kok

Results 132 comments of Daniël de Kok

> This doesn't look nearly as complex as I was expecting! Thanks! You can basically install (or unpack) the vanilla wheel for macOS ARM64 and take the `lib` and `include`...

By the way, if you are interested in the relative performance of `tch-rs` on the M1 and M1 Pro. I posted some benchmarks last October comparing the M1 and M1...

No, only from AMX through Accelerate. For MPS you need to use an `mps` device (for which support needs to be added).

Thanks for the pointers, we will definitely look at that!

Ran into this as well. The issue can be reproduced by running `lf` in a bubblewrap sandbox where `/etc/passwd` is not visible. E.g. (on NixOS): ``` bwrap --ro-bind /nix /nix...

> I'm not familiar with nix. Does it install our prebuilt-binaries or build the package from the source? If latter, which version of Go are you using? We build from...

> @danieldk Does this kind of modification to the tests reflect what you had in mind? If so, I'll go on adjusting the others that are relevant w.r.t. [#599 (comment)](https://github.com/explosion/thinc/pull/599#discussion_r864553335)....

> That's interesting - is there already a concept on how to do that? No, I don't think we have anything like that yet. > This sketch doesn't feel like...

> Considering this I'd recommend implementing the type-dynamic testing once thinc drops support for 3.6. What do you think? Sounds completely sensible to me, we should avoid relying on internals...

> Do you really need to do the older version of the hash mapping at all? I don't know. If someone used ``` SparseLinear(length=not_a_power_of_2) ``` their models would break by...