Skip to content

Commit

Permalink
spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jun 26, 2020
1 parent 8e34859 commit 86cdf0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ jobs:
- name: Run type checking
run: |
npm/pyright --project .pyrightconfig.json
$(npm bin)/pyright --project .pyrightconfig.json
2 changes: 1 addition & 1 deletion tests/base/develop_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
def default_trainer_options():
opt = {}
if platform.system() == "Windows":
opt.update(distributed_backend='ddp_cpu')
opt.update(distributed_backend='dp')
return opt


Expand Down

0 comments on commit 86cdf0f

Please sign in to comment.