Skip to content

Commit

Permalink
set workers to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
bengioe committed Feb 5, 2024
1 parent a9387dd commit 6b2b581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gflownet/tasks/seh_frag_moo.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def main():
"num_training_steps": 500,
"num_final_gen_steps": 50,
"validate_every": 100,
"num_workers": 8,
"num_workers": 0,
"algo": {
"global_batch_size": 64,
"method": "TB",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ depends =
setenv =
py3{9,10}: COVERAGE_FILE = .coverage.{envname}
install_command =
pip install -U {opts} {packages} --find-links https://data.pyg.org/whl/torch-1.13.1+cpu.html
pip install -U mypy ruff black {opts} {packages} --find-links https://data.pyg.org/whl/torch-1.13.1+cpu.html
deps =
py39: -r requirements/dev_3.9.txt

Expand Down

0 comments on commit 6b2b581

Please sign in to comment.