You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Validator installations currently happen serially, end to end. A few steps could be parallelized for faster installs, while keeping post-install steps sequential.
Why is this needed
Faster, better.
Implementation details
Collect validators, validate that they're real validators upfront by mapping to manifests. Then, in the installation, we can do a pip install with all the validator packages at once.
End result
Same hub install syntax for multiple validators.
The text was updated successfully, but these errors were encountered:
We perform file writes to build the init files under guardrails/hub. We could install all the modules at once with pip, but we'll need to process post-installs sequentially or have some sort of lock on the files to ensure queing.
Description
Validator installations currently happen serially, end to end. A few steps could be parallelized for faster installs, while keeping post-install steps sequential.
Why is this needed
Faster, better.
Implementation details
Collect validators, validate that they're real validators upfront by mapping to manifests. Then, in the installation, we can do a pip install with all the validator packages at once.
End result
Same hub install syntax for multiple validators.
The text was updated successfully, but these errors were encountered: