Mathias Winkel

Results 13 comments of Mathias Winkel

Working on this one. @ricklamers: I am preparing a pull request with a rough idea in https://github.com/dasmy/gpt-code-ui/tree/dev/conversation_history. Then we can discuss if and how my approach fits into the overall...

Hi @ricklamers, answering here to you comment in #73: > Although the `.pth` approach is somewhat exposed to the user, it does feel like it's breaking a line of abstraction...

Honestly, I do not really see why the metadata that I thought of should be mutable as they would be mostly descriptive. Maybe others have different ideas, though.

Just thought things a bit further: Possibly, it makes sense to allow adding metadata to many more (all?) serializable objects. E.g. also for constraints, the possibility to add descriptions/explanations might...

Also working on a dialog that requires some extended width due to complex content with multiple columns (to avoid using too much vertical space / produce a scrolling dialog), I...

Until this is resolved, you could downgrade streamlit to `streamlit

Found another non-working link here: https://emdgroup.github.io/baybe/stable/_autosummary/baybe.recommenders.pure.bayesian.botorch.BotorchRecommender.html#baybe.recommenders.pure.bayesian.botorch.BotorchRecommender.hybrid_sampler . Should link here: https://emdgroup.github.io/baybe/stable/_autosummary/baybe.utils.sampling_algorithms.DiscreteSamplingMethod.html#baybe.utils.sampling_algorithms.DiscreteSamplingMethod .

See also here: https://github.com/kkovary/baybe/tree/gpu-optimization

> [@dasmy](https://github.com/dasmy) I'm trying to find some time to clean this code up a bit and submit a PR, hopefully very soon! Yes, I spoke to the core developers recently...

From the user perspective, this looks pretty nice. Is it also possible to just access all `kwargs` directly as a dict instead of the individual arguments as members (just curiosity,...