Jack Urbanek
Jack Urbanek
**Patch description** Made a small update to the PACER model plugin that allows for it to be added to other agents (like the `ExpandedAttentionDecoderAndPacerAgent`) without doubly loading the base model...
### Motivation: Why do you think this is important? We pass around most of our configuration in flyte via python `@dataclass` as this makes it very easy for us to...
* mashumaro version: 3.11 * Python version: 3.11.9 * Operating System: Unix ### Description Thanks for the library! It enables some really cool functionality that I've become a fan of....
## Tracking issue closes flyteorg/flyte/issues/5593 closes flyteorg/flyte/issues/4581 ## Why are the changes needed? As described in flyteorg/flyte/issues/5593, when handling the protobuf serialization/deserialization for a dataclass, attributes that are lists end...
At the moment, the logger functionality for `wandb` only sets the project name (based on the provided model). It would be useful to also allow us to set the run's...
## 🐛 Bug At the moment it seems that a significant portion of data stored in the cache (~40-60%) ends up not removed over the course of training, and then...
# Problem While the goal of https://github.com/Lightning-AI/litgpt/pull/2034 was great, it didn't go far enough to ensure that imports would actually avoid pulling the whole litgpt tree. At the moment the...