Jack Gallagher

Results 32 comments of Jack Gallagher

> Other option would be to force the user to choose by the API, make it mandatory argument. This seems like the best choice that doesn't involve too much work...

> That would, however, be a breaking change and some changes. Do you want to try and see how many changes would it need? Eventually, yes, but for now I'm...

Probably not - needed to use them when writing `match_goal` and was curious why they worked that way. Substitution lists coming from that should mostly be short (though if people...

probably verbose should be the default? probably >90% of exceptions for a library like this one will be thrown while the dev is looking, not in some production use case...

I've been trying my hand at merging ARR into EMF lately. I haven't tested it too thoroughly yet, but AFAICT I've merged every default file that either one overwrites, and...

With something like [stubborn-io](https://crates.io/crates/stubborn-io) this could mostly be a drop-in replacement for TCP.

wanting to put a +1 on this thread, would love to use lance but need to be able to add columns.

One major advantage of the flax approach vs eg running `tree_flatten` and saving the whole checkpoint in a single directory is that it becomes very easy to load subtrees of...

`tree_serialise_leaves` doesn't have any notion of the path within the pytree, so I don't see how this would work?

tensorstore checkpoints want to write each array to a separate directory