awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
NVIDIA avatar

NVIDIA/TensorRT

0
View on GitHub↗
13,076 estrellas·2,377 forks·C++·Apache-2.0·4 vistasdeveloper.nvidia.com/tensorrt↗

TensorRT

TensorRT es un motor de inferencia de aprendizaje profundo y un kit de desarrollo de software diseñado para optimizar y desplegar redes neuronales para una ejecución de alto rendimiento en GPUs NVIDIA. Funciona como un framework de aceleración de GPU que reduce la latencia y aumenta el rendimiento de los modelos entrenados durante el despliegue en producción.

El kit de herramientas importa modelos desde el formato Open Neural Network Exchange y los transforma en motores optimizados. Utiliza optimización de modelos basada en grafos, generación de kernels de fusión de capas y cuantización basada en precisión para convertir pesos de punto flotante a formatos de menor precisión.

El framework proporciona capacidades para la serialización de motores específicos de hardware y admite la extensión de las capacidades de inferencia a través de complementos personalizados para capas de redes neuronales especializadas.

Features

  • Model Inference Accelerators - Transforms neural networks into high-performance engines to maximize execution speed on NVIDIA GPUs.
  • Cross-Format Model Importers - Imports model definitions from the ONNX format to prepare them for optimized GPU execution.
  • ONNX Model Importers - Parses Open Neural Network Exchange models to build internal representations for GPU optimization.
  • GPU Inference SDKs - Provides a comprehensive SDK for optimizing and deploying deep learning models on NVIDIA GPUs.
  • GPU Model Deployments - Enables the deployment of optimized deep learning models on NVIDIA GPU hardware accelerators.
  • GPU-Accelerated - Optimizes deep learning models for maximum throughput and low latency on GPU accelerators.
  • Deep Learning - Serves as a high-performance runtime environment that executes neural networks using NVIDIA GPU acceleration.
  • ONNX Engine Conversions - Converts models from the ONNX format into high-performance engines for NVIDIA GPU execution.
  • ONNX Model Optimizers - Imports ONNX models and transforms them into optimized engines for faster inference.
  • Hardware-Specific Model Optimizations - Compiles models into binary engines optimized for specific NVIDIA GPU architectures and memory limits.
  • Model Graph Optimizers - Provides graph-level optimizations by fusing layers and removing redundant operations to improve inference performance.
  • Neural Network Deployment - Provides the runtime and tools necessary to execute trained neural networks in production environments.
  • Precision Quantization - Converts floating point weights to lower precision formats like FP16 or INT8 to increase throughput.
  • GPU Acceleration - Provides a framework of tools to reduce latency and increase throughput for models deployed on GPUs.
  • Deep Learning Acceleration - Accelerates deep learning tensor operations and matrix multiplications on NVIDIA GPU hardware.
  • Custom Neural Network Layers - Allows for the implementation of specialized neural network layers via custom plugins.
  • Kernel Fusion Compilers - Generates fused kernels that combine multiple neural network layers to reduce memory bandwidth overhead.
  • Inference Capability Extensions - Allows adding specialized operations or layers to the runtime through custom plugin implementation.
  • Custom Operator Plugins - Supports the execution of custom neural network layers via external C++ plugin implementations.
  • AI & Machine Learning - High-performance inference on NVIDIA GPUs
  • Procesamiento paralelo - Biblioteca de inferencia de alto rendimiento para GPUs NVIDIA.
  • Computation and Optimization - C++ library for high-performance inference on NVIDIA hardware.
  • Parallel and High-Performance Computing - High-performance inference library for NVIDIA GPUs.

Historial de estrellas

Gráfico del historial de estrellas de nvidia/tensorrtGráfico del historial de estrellas de nvidia/tensorrt

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a TensorRT

Proyectos open-source similares, clasificados según cuántas características comparten con TensorRT.
  • dusty-nv/jetson-inferenceAvatar de dusty-nv

    dusty-nv/jetson-inference

    8,734Ver en GitHub↗

    jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU hardware. Its primary purpose is to enable real-time computer vision and AI inference at the edge with low latency and high throughput. The project distinguishes itself through high-performance streaming analytics and the ability to execute concurrent AI pipelines on auto-grade silicon. It provides specialized support for multi-sensor stream processing, utilizing zero-copy data transport to load camera frames directly into GPU memory. The codebase covers a broad surface of capabiliti

    C++caffecomputer-visiondeep-learning
    Ver en GitHub↗8,734
  • tencent/tnnAvatar de Tencent

    Tencent/TNN

    4,641Ver en GitHub↗

    TNN is a deep learning inference framework designed to execute pre-trained neural networks across mobile, desktop, and server hardware. It functions as a hardware-accelerated runtime and model compression toolkit, providing a unified interface for deploying models in diverse environments. The framework includes an ONNX model converter to transform models from various training frameworks into a standardized internal format. It distinguishes itself through a combination of model compression tools—including weight quantization and static-code pruning—and a memory management system that reuses bu

    C++
    Ver en GitHub↗4,641
  • pytorch/executorchAvatar de pytorch

    pytorch/executorch

    4,296Ver en 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,

    Pythondeep-learningembeddedgpu
    Ver en GitHub↗4,296
  • paddlepaddle/fastdeployAvatar de PaddlePaddle

    PaddlePaddle/FastDeploy

    3,700Ver en GitHub↗

    FastDeploy is a high-performance deployment framework for large language models, vision models, and multimodal models. It provides the infrastructure to launch model services that process combined image, video, and text inputs, exposing these capabilities through a standardized, OpenAI-compatible API for chat and text completions. The project distinguishes itself through advanced inference pipeline engineering and GPU optimization. It employs speculative decoding, tensor parallelism, and a disaggregated execution model that separates prefill and decode phases across different hardware resourc

    Pythonernieernie-45ernie-45-vl
    Ver en GitHub↗3,700
Ver las 30 alternativas a TensorRT→

Preguntas frecuentes

¿Qué hace nvidia/tensorrt?

TensorRT es un motor de inferencia de aprendizaje profundo y un kit de desarrollo de software diseñado para optimizar y desplegar redes neuronales para una ejecución de alto rendimiento en GPUs NVIDIA. Funciona como un framework de aceleración de GPU que reduce la latencia y aumenta el rendimiento de los modelos entrenados durante el despliegue en producción.

¿Cuáles son las características principales de nvidia/tensorrt?

Las características principales de nvidia/tensorrt son: Model Inference Accelerators, Cross-Format Model Importers, ONNX Model Importers, GPU Inference SDKs, GPU Model Deployments, GPU-Accelerated, Deep Learning, ONNX Engine Conversions.

¿Qué alternativas de código abierto existen para nvidia/tensorrt?

Las alternativas de código abierto para nvidia/tensorrt incluyen: dusty-nv/jetson-inference — jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU… tencent/tnn — TNN is a deep learning inference framework designed to execute pre-trained neural networks across mobile, desktop, and… pytorch/executorch — ExecuTorch is a lightweight C++ runtime for deploying PyTorch models on mobile, embedded, and edge hardware. It… paddlepaddle/fastdeploy — FastDeploy is a high-performance deployment framework for large language models, vision models, and multimodal models.… nvidia/isaac-gr00t. tingsongyu/pytorch_tutorial — This project is a comprehensive collection of educational examples and reference implementations for building vision…