Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add document for parallel computation. #329

Open
yfukai opened this issue Jun 2, 2023 · 0 comments
Open

Add document for parallel computation. #329

yfukai opened this issue Jun 2, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@yfukai
Copy link
Owner

yfukai commented Jun 2, 2023

For the parallel_backend option in

parallel_backend: ParallelBackend = Field(
"serial",
description="The parallelization strategy. "
+ f"Must be one of {', '.join([ps.name for ps in ParallelBackend])}.",
exclude=True,
)

we need some documentation

@yfukai yfukai added this to the Major version release milestone Dec 30, 2024
@yfukai yfukai added the documentation Improvements or additions to documentation label Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant