awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesRuntime Deployments

Pushing runtime libraries and setting library paths to execute models on specific hardware devices.

Distinct from Device Runtime Managers: Distinct from Device Runtime Managers: focuses on the deployment step of pushing binaries to a device, not runtime management.

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

Awesome Runtime Deployments GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • pytorch/executorchالصورة الرمزية لـ pytorch

    pytorch/executorch

    4,296عرض على GitHub↗

    ExecuTorch is a lightweight C++ runtime for deploying PyTorch models on mobile, embedded, and edge hardware. It provides an ahead-of-time compilation pipeline that exports, quantizes, and lowers model graphs into compact serialized programs, then executes them through a minimal runtime with hardware acceleration and on-device large language model inference capabilities. The project distinguishes itself through a hardware accelerator delegate system that partitions model subgraphs and offloads computation to specialized backends including NPUs, GPUs, and DSPs from Apple, Arm, Intel, MediaTek,

    Pushes shared libraries and sets library paths so the runtime can execute models on a MediaTek device.

    Pythondeep-learningembeddedgpu
    عرض على GitHub↗4,296
  • open-wine-components/umu-launcherالصورة الرمزية لـ Open-Wine-Components

    Open-Wine-Components/umu-launcher

    3,111عرض على GitHub↗

    umu-launcher is a suite of tools designed to launch Windows game binaries on Linux systems. It serves as a runtime orchestrator and compatibility layer launcher that enables cross-platform software execution. The project manages game compatibility through a fix manager that retrieves and applies specific patches and configurations based on unique store identifiers. It also functions as a data isolation tool, allowing for the specification of custom directory paths to keep game configurations and save data separate from the host system. The system automates the deployment of runtime environme

    Handles the automated deployment of required runtime libraries and paths to enable game execution.

    Python
    عرض على GitHub↗3,111
  1. Home
  2. DevOps & Infrastructure
  3. Device Runtime Managers
  4. Runtime Deployments