Zac Pullar-Strecker

Results 61 comments of Zac Pullar-Strecker

Thoughts on the API? The simplest approach would just be something like: ```python @st.cache_resource(eager=True) def func(*args, **kwargs): return 1 ``` But if we wanted to support one or multiple invocations...

Opened a PR for this, needs a rebase but I'm waiting on someone to have time to review it.

I'm not sure if this is really the right place to comment, but I just wanted to document a similar feature request/use case. We have an existing RAG engine which...

Absolutely! I'm planning on setting some time aside for open source contributions for Hacktoberfest, so I'll try to get to it then :).

Cool :). Do you think something like that would be enough?

With zip I think you could do it by writing each call as an individual file in the zip archive. It's possible to add files to a zip without rewriting...

> Hey so I was working on adding support for prometheus metrics because we need them for HuggingChat but I think we can probably do it with this PR! It...

I wan into this with the `mantel_test` using numpy arrays. Ideally it should be possible to pass `rtol`/`atol` in to configure it or just skip the check altogether.

Yep it does, it'd be nice to have an argument on mantel_test as well to skip having to construct distance matrices.

I will if I can find time but I don't know how likely that is.