awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesExecution Profiles

Configuration sets that define environment-specific runtime parameters and hardware acceleration settings.

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

Awesome Execution Profiles GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • zylon-ai/private-gptAvatar von zylon-ai

    zylon-ai/private-gpt

    57,278Auf GitHub ansehen↗

    This project is a privacy-first backend service designed to facilitate retrieval-augmented generation by processing local documents into searchable vector representations. It provides a modular architecture that allows users to ingest diverse file formats, manage document metadata, and perform semantic searches to provide context-aware responses for chat and completion requests. The system distinguishes itself through a database-agnostic abstraction layer that supports various storage backends, ranging from local disk storage to enterprise-grade vector databases. It offers flexible deployment

    Applies environment-specific runtime parameters to manage model inference behavior and hardware acceleration settings.

    Python
    Auf GitHub ansehen↗57,278
  • nextest-rs/nextestAvatar von nextest-rs

    nextest-rs/nextest

    2,828Auf GitHub ansehen↗

    nextest is a high-performance test execution framework and Rust test runner designed to manage parallelism, retries, and timeouts. It serves as a test recording system that captures execution metadata and outputs into archives for later failure analysis and replay. The project distinguishes itself as a flakiness detection tool, identifying unstable tests through stress loops and automated retry policies. It also functions as a CI test orchestrator, capable of partitioning test suites across multiple workers and exporting results in standardized JUnit XML and JSON formats. The framework provi

    Groups configuration options into named profiles for applying different settings in local versus CI environments.

    Rustcargo-plugincargo-subcommandflaky-tests
    Auf GitHub ansehen↗2,828
  1. Home
  2. DevOps & Infrastructure
  3. Execution Environments
  4. Execution Environment Configurations
  5. Execution Profiles

Unter-Tags erkunden

  • Interpreter-Specific ProfilesExecution profiles tailored specifically for tests running within specialized interpreter environments. **Distinct from Execution Profiles:** Specializes general execution profiles for the unique needs of interpreter-based test environments.