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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • onnx/onnx-tensorrtAvatar de onnx

    onnx/onnx-tensorrt

    3,187Ver en 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
    Ver en GitHub↗3,187
  • transformerlensorg/transformerlensAvatar de TransformerLensOrg

    TransformerLensOrg/TransformerLens

    3,098Ver en 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
    Ver en GitHub↗3,098
  1. Home
  2. Artificial Intelligence & ML
  3. Model Compatibility Layers
  4. Model Runtime Compatibility Verifications