2 repos
Tools for managing project dependencies and system configurations through versioned files.
Distinguishing note: Focuses on declarative configuration for consistent execution environments.
Explore 2 awesome GitHub repositories matching development tools & productivity · Environment Orchestrators. Refine with filters or upvote what's useful.
Modular is a unified machine learning development platform designed for building, compiling, and deploying high-performance neural network models. It provides a comprehensive execution engine that supports both local and production-grade inference, enabling developers to manage the entire model lifecycle from initial architecture definition to scalable, containerized service deployment. The platform distinguishes itself through a hardware-agnostic runtime that abstracts diverse silicon architectures, allowing models to execute efficiently across varied compute environments. It includes a spec
Manages project dependencies and system configurations through versioned files to ensure consistent execution.
This project is a command-line tool designed to manage multiple versions of programming language runtimes and development tools on a single machine. It provides a unified interface for installing and switching between different versions of software, ensuring that specific tool versions are consistently applied across various development environments. The system distinguishes itself through a modular, plugin-driven architecture that allows for the integration of new languages and tools via external scripts. It utilizes a shim-based execution mechanism that intercepts command calls, automatical
A directory-aware system that enforces consistent tool versions across different projects by reading local configuration files to set the active runtime environment.