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

Support runtime config file selection #135

Open
Charixfox opened this issue Feb 25, 2024 · 1 comment
Open

Support runtime config file selection #135

Charixfox opened this issue Feb 25, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Charixfox
Copy link

Please implement support to direct the worker to a file other than bridgeData.yaml as the configuration file. This allows multiple worker instances to be run from the same directory with different configurations. This is useful for multi-GPU cases to avoid needing to duplicate the directory (and models) or work around a different way.

@tazlin tazlin added the enhancement New feature or request label Feb 25, 2024
@tazlin
Copy link
Member

tazlin commented Feb 29, 2024

I just wanted to point out that your current working directory determines the location of:

  • The config file
  • A .env file if it exists
  • The logs

Basically, you can invoke python to run the worker from another directory containing these files to get the same net effect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants