awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesModel Runtime Compatibility Verifications

Tools for verifying that a model can be parsed and executed by a specific runtime version.

Distinct from Model Compatibility Layers: Distinct from Model Compatibility Layers: provides verification tools rather than the actual execution layer.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Model Runtime Compatibility Verifications. Refine with filters or upvote what's useful.

Awesome Model Runtime Compatibility Verifications GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • onnx/onnx-tensorrtAvatar de onnx

    onnx/onnx-tensorrt

    3,187Voir sur 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

    Provides command-line tools to verify if a model can be parsed and built into an engine before deployment.

    C++deep-learningnvidiaonnx
    Voir sur GitHub↗3,187
  • transformerlensorg/transformerlensAvatar de TransformerLensOrg

    TransformerLensOrg/TransformerLens

    3,098Voir sur GitHub↗

    TransformerLens is a library for mechanistic interpretability research designed to reverse engineer the learned algorithms within large language models. It provides a standardized framework for wrapping diverse transformer architectures, allowing researchers to extract, manipulate, and analyze internal activations and weights through a consistent interface. The project distinguishes itself through a comprehensive system of activation hooks that can capture, patch, and ablate internal tensors during the forward pass. It includes specialized utilities for decomposing fused projections, material

    Checks if a specific model ID is supported and retrieves detailed architecture and verification status.

    Python
    Voir sur GitHub↗3,098
  1. Home
  2. Artificial Intelligence & ML
  3. Model Compatibility Layers
  4. Model Runtime Compatibility Verifications