Shawn
Shawn
Description ----------- Ensure that if the user logs versions of the same artifact name during a single wandb run, we serialize committing those versions so they end up in the...
Closes #1502 Create by SWE-agent!
We currently have an environment variable WEAVE_PARALLELISM to control parallelism of Weave Evaluations. Let's add an argument to Evaluate.evaluate to do the same thing.
3 major things: - avoid loading most of old weave codebase - don't load wandb - don't load numpy TODO: - this doesn't actually work - need to ensure old...
Pairs with https://github.com/wandb/core/pull/19541 New PR: https://github.com/wandb/weave/pull/1230
This PR makes it so that weave objects are saved to a streamtable instead of W&B artifacts. It does this by defining a new Table() class. When you add a...