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

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

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

3 مستودعات

Awesome GitHub RepositoriesModel-to-Runtime Compatibility Verifications

Validation of model compatibility with specific versions of an inference engine.

Distinct from Compatibility Verification: Distinct from Compatibility Verification: specifically validates AI models against target inference runtimes.

Explore 3 awesome GitHub repositories matching development tools & productivity · Model-to-Runtime Compatibility Verifications. Refine with filters or upvote what's useful.

Awesome Model-to-Runtime Compatibility Verifications GitHub Repositories

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

    apple/coremltools

    5,333عرض على GitHub↗

    coremltools هي مجموعة أدوات تحويل ومترجم مصمم لتحويل نماذج تعلم الآلة من أطر عمل مختلفة إلى تنسيق Core ML للتنفيذ على أجهزة Apple. توفر المجموعة أدوات لترحيل الأوزان والهياكل من المكتبات الخارجية إلى تنسيق نموذج قابل للنشر. يتضمن المشروع أداة تحسين وواجهة برمجية لتحرير رسوم النماذج وتعديل البيانات الوصفية لتحسين الأداء على الأجهزة المستهدفة. كما يتميز بمجموعة اختبار للتحقق من مواصفات النموذج وتوافق العمليات لضمان التنفيذ الصحيح داخل بيئة التشغيل. تغطي مجموعة الأدوات نطاقاً واسعاً من قدرات النشر، بما في ذلك تحرير رسوم النماذج، وتكوين البيانات الوصفية، والتحقق من التوافق مع مواصفات التنسيق الرسمية.

    Identifies unsupported operations to verify model compatibility with specific versions of the inference engine.

    Pythoncoremlcoremltoolsmachine-learning
    عرض على GitHub↗5,333
  • onnx/onnx-tensorrtالصورة الرمزية لـ onnx

    onnx/onnx-tensorrt

    3,187عرض على GitHub↗

    This project is a deep learning model compiler and parser that converts ONNX models into optimized TensorRT engines. It functions as a bridge that maps standardized ONNX operators to vendor-specific kernels to enable high-performance inference on NVIDIA GPUs. The system operates as a GPU inference optimizer, selecting hardware-specific kernels and tuning memory allocation to maximize throughput. It transforms neural network graphs into serialized binary execution plans to reduce runtime overhead. The toolset covers deep learning model deployment and edge AI performance tuning. It includes ca

    Tests whether an ONNX model is compatible with specific TensorRT versions before deployment.

    C++deep-learningnvidiaonnx
    عرض على GitHub↗3,187
  • onnx/onnxmltoolsالصورة الرمزية لـ onnx

    onnx/onnxmltools

    1,160عرض على GitHub↗

    This project is a machine learning interoperability tool designed to translate models from various training frameworks into the standardized open neural network exchange format. It functions as a model deployment pipeline that enables consistent execution across diverse inference engines and hardware environments. The tool utilizes graph-based translation and an operator mapping layer to convert framework-specific mathematical functions into a common intermediate representation. It distinguishes itself through a pluggable converter architecture, which allows developers to register custom tran

    Validates converted models against target inference runtimes to ensure numerical accuracy and structural integrity.

    Pythonkerasmachine-learningonnx
    عرض على GitHub↗1,160
  1. Home
  2. Development Tools & Productivity
  3. Compatibility Verification
  4. Model-to-Runtime Compatibility Verifications