awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • onnx/onnx-tensorrtonnx 的头像

    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

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

    C++deep-learningnvidiaonnx
    在 GitHub 上查看↗3,187
  • transformerlensorg/transformerlensTransformerLensOrg 的头像

    TransformerLensOrg/TransformerLens

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