Chris Van Pelt (CVP)
Chris Van Pelt (CVP)
This is my first stab at what production monitoring would look like. I've created some [example runs](https://wandb.ai/vanpelt/test_monitor/runs/tzn0cmot?workspace=user-vanpelt) with the standalone_test here. There are a few open questions we should think...
This adds OIDC refresh tokens as a possible authentication strategy. For now this will be hidden. While I was at it I completely removed the gql library.
Description ----------- Only squeezes the data when appropriate. Thanks @bycn! Based off of this [original PR](https://github.com/wandb/client/pull/1875) Testing ------- How was this PR tested?
We have requests from users that have code that's already instrumented with MLFlow. This brings back some historic work I did to patch MLFlow to also send metrics to wandb....
https://wandb.atlassian.net/browse/WB-NNNN https://wandb.atlassian.net/browse/CLI-NNNN https://github.com/wandb/client/issues/NNNN Description ----------- What does the PR do? Testing ------- How was this PR tested?
Description ----------- Fixes wandb verify which was previously calling a private method `_get_result` on the client. Testing ------- How was this PR tested? Release Notes ------------- Below, please enter user-facing...
## What The current instructions for custom docker builds could be improved. It should be rare that users need to build custom containers, but adding an example dockerfile / build...
I installed from within a docker container, so this is most likely busted for all new installs. I did some digging, seems like docz had a similar issue and it...
Fixes WB-8387 Description ----------- This takes all of the manifest entries out of memory and flushes them to disk before sending an artifact for logging to the backend. Testing -------...
Description ----------- This sets up a dev environment using VSCode Dev Containers. It should make it easier for new developers to get started. Testing ------- How was this PR tested?...