Skip to content

Commit

Permalink
reduce to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Oct 17, 2024
1 parent 0f0e3dc commit e5c5aa2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/depiction_targeted_preproc/pipeline/prepare_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
class Params(BaseModel):
config_preset: str
requested_artifacts: list[PipelineArtifact]
n_jobs: int = 32
# TODO handle this default value better as it can cause issues often
n_jobs: int = 10
mass_list_id: int | None = None


Expand Down

0 comments on commit e5c5aa2

Please sign in to comment.