Skip to content

Commit

Permalink
Merge branch 'master' into task/changelog-0.10.14
Browse files Browse the repository at this point in the history
  • Loading branch information
raubitsj committed Jan 16, 2021
2 parents 7e520d7 + 3bee8fe commit acee687
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wandb/server/grpc_server.py
Expand Up @@ -9,6 +9,7 @@
import time

import grpc
import wandb
from wandb import wandb_sdk
from wandb.proto import wandb_internal_pb2 # type: ignore
from wandb.proto import wandb_server_pb2 # type: ignore
Expand All @@ -27,6 +28,7 @@ def RunUpdate(self, run_data, context): # noqa: N802
run_data.run_id = wandb_sdk.lib.runid.generate_id()
# Record telemetry info about grpc server
run_data.telemetry.feature.grpc = True
run_data.telemetry.cli_version = wandb.__version__
result = self._backend._interface._communicate_run(run_data)

# initiate run (stats and metadata probing)
Expand Down

0 comments on commit acee687

Please sign in to comment.