Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

#381 Feature/sg 000 connect to lab

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:feature/sg-000_connect_to_lab
1
2
3
4
5
6
7
  1. """
  2. This module is in charge of environment variables and consts.
  3. """
  4. from super_gradients.common.environment.environment_config import AWS_ENV_NAME, DDP_LOCAL_RANK
  5. from super_gradients.common.environment.env_helpers import init_trainer, is_distributed
  6. __all__ = ['AWS_ENV_NAME', 'DDP_LOCAL_RANK', 'init_trainer', 'is_distributed']
Discard
Tip!

Press p or to see the previous file or, n or to see the next file