Skip to content

Commit

Permalink
Merge branch 'pryce-turner/add-lp-parallelization' of https://github.…
Browse files Browse the repository at this point in the history
…com/flyteorg/flyte into pryce-turner/add-lp-parallelization
  • Loading branch information
pryce-turner committed Apr 15, 2024
2 parents 019389b + 2f942b6 commit 029232e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def multi_wf(l: typing.List[int], chunk: int) -> typing.List[int]:
return level1(l=l, chunk=chunk)
```

Overrides let you add additional arguments to the launchplan you are looping over in the dynamic. Here we add caching:
Overrides let you add additional arguments to the launch plan you are looping over in the dynamic. Here we add caching:

```python
@task
Expand Down

0 comments on commit 029232e

Please sign in to comment.