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
Is your feature request related to a problem? Please describe
I like to parameterize wanna.yaml for some grid search experiments.
The yaml natively supports env vars, but they are not thread-safe, so I can't run them in parallel (since e.g. job creation is blocking).
Contact Details
No response
Is your feature request related to a problem? Please describe
I like to parameterize wanna.yaml for some grid search experiments.
The yaml natively supports env vars, but they are not thread-safe, so I can't run them in parallel (since e.g. job creation is blocking).
Describe the solution you'd like
Supporting something like
Describe alternatives you've considered
I am creating some temporary files.
I also used env vars, but it did not work due to their thread non-safety on windows
Additional context
No response
The text was updated successfully, but these errors were encountered: