Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Commit

Permalink
update grpc settings hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
raubitsj committed Sep 3, 2020
1 parent 8137e20 commit c3b0633
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions wandb/server/grpc_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,13 @@ def setup(self):
entity=None,
project=None,
run_group=None,
job_type=None,
run_job_type=None,
run_tags=None,
run_name=None,
run_notes=None,
jupyter=None,
_jupyter=None,
_kaggle=None,
_offline=None,
)

mp = multiprocessing
Expand Down

0 comments on commit c3b0633

Please sign in to comment.