awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesLocal Variable Guides

Tutorials and documentation explaining the usage of local variables in infrastructure configuration.

Explore 2 awesome GitHub repositories matching devops & infrastructure · Local Variable Guides. Refine with filters or upvote what's useful.

Awesome Local Variable Guides GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • bregman-arie/devops-exercisesbregman-arie 的头像

    bregman-arie/devops-exercises

    82,879在 GitHub 上查看↗

    This project is a comprehensive educational curriculum designed to build proficiency across modern infrastructure, cloud-native technologies, and systems administration. It functions as a reference library and interview preparation resource, offering a structured collection of conceptual questions, practical coding challenges, and hands-on scenarios that cover the full spectrum of software delivery and operational workflows. The repository distinguishes itself through a modular, domain-specific structure that links instructional problem statements with verified implementation examples. By emp

    Illustrates the correct usage and scoping of local variables within infrastructure-as-code definitions.

    Pythonansibleawsazure
    在 GitHub 上查看↗82,879
  • horovod/horovodhorovod 的头像

    horovod/horovod

    14,686在 GitHub 上查看↗

    Horovod is a distributed deep learning framework and gradient synchronizer designed to scale model training across multiple GPUs and compute nodes. It functions as a distributed training orchestrator and an elastic training engine, utilizing an MPI collective communication library to synchronize weights and gradients across TensorFlow, PyTorch, Keras, and MXNet models. The system distinguishes itself through dynamic elastic scaling, which allows it to adjust the number of active workers at runtime and recover from node failures. It optimizes communication efficiency using tensor fusion batchi

    Excludes specific layers or variables from gradient synchronization and state broadcasting for parallel workloads.

    Python
    在 GitHub 上查看↗14,686
  1. Home
  2. DevOps & Infrastructure
  3. Infrastructure
  4. Infrastructure as Code
  5. Language Constructs
  6. Local Variable Guides

探索子标签

  • Synchronization ExclusionsMechanisms to mark specific model variables or layers as local to avoid unnecessary gradient synchronization across workers. **Distinct from Local Variable Guides:** Focuses on the exclusion of ML variables from distributed synchronization, not general variable declarations.