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
·

6 repositorios

Awesome GitHub RepositoriesPyTorch

Direct conversion of PyTorch model objects or files into an optimized internal format.

Distinct from Model Conversion: Specifically targets PyTorch models rather than generic model conversion.

Explore 6 awesome GitHub repositories matching devops & infrastructure · PyTorch. Refine with filters or upvote what's useful.

Awesome PyTorch GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • wasmedge/wasmedgeAvatar de WasmEdge

    WasmEdge/WasmEdge

    10,665Ver en GitHub↗

    WasmEdge is an extensible WebAssembly runtime that executes WebAssembly bytecode in a secure sandbox for cloud, edge, and embedded applications. It functions as a multi-language compiler, compiling applications written in Rust, JavaScript, Go, and Python into WebAssembly bytecode for sandboxed execution, and as a server-side JavaScript runtime that runs JavaScript programs with ES6 modules, NPM packages, and Node.js-compatible APIs. The runtime also serves as an AI inference runtime, executing AI models from JavaScript using WASI-NN plug-ins for inference tasks on personal devices and edge har

    Executes AI inference with PyTorch models inside a WebAssembly sandbox using Rust.

    C++artificial-intelligencecloudcloud-native
    Ver en GitHub↗10,665
  • openvinotoolkit/openvinoAvatar de openvinotoolkit

    openvinotoolkit/openvino

    10,414Ver en GitHub↗

    OpenVINO is an AI inference engine and model serving platform designed to execute optimized deep learning models across CPUs, GPUs, and NPUs through a unified API. It includes a model optimization toolkit for converting, quantizing, and compressing models from various frameworks, alongside a specialized generative AI runtime for large language models. The project distinguishes itself through a plugin-based hardware acceleration layer that maps neural network operations to vendor-specific drivers. It features advanced execution mechanisms such as continuous batching, speculative decoding, and

    Transforms PyTorch model objects or files into an optimized intermediate representation via direct conversion.

    C++aicomputer-visiondeep-learning
    Ver en GitHub↗10,414
  • wang-xinyu/tensorrtxAvatar de wang-xinyu

    wang-xinyu/tensorrtx

    7,802Ver en GitHub↗

    tensorrtx is a computer vision inference engine and model implementation library designed for graphics processor acceleration. It provides a framework for optimizing deep learning models through a GPU inference optimizer, a deep learning model converter for transforming weights from frameworks like TensorFlow and PyTorch, and a custom plugin library to implement operations not natively supported by the TensorRT API. The project distinguishes itself through a comprehensive collection of pre-defined network implementations, ranging from various YOLO versions and DETR transformers for object det

    Identifies visual anomalies in data with millisecond-level latency for high-speed industrial inspection.

    C++arcfacecrnndetr
    Ver en GitHub↗7,802
  • nvidia/warpAvatar de NVIDIA

    NVIDIA/warp

    6,233Ver en GitHub↗

    Warp is a Python framework that JIT-compiles Python functions into CUDA kernels for GPU-accelerated parallel computation, with built-in automatic differentiation and multi-framework array interoperability. At its core, it provides a GPU kernel compilation system that enables writing and executing custom GPU kernels directly from Python, while supporting automatic gradient computation through those kernels for integration with machine learning pipelines. The framework also includes tile-based cooperative computing, where thread blocks partition into tiles for shared-memory and tensor-core opera

    Feeds Warp arrays to PyTorch optimizers like Adam by converting them to tensors for gradient updates.

    Pythoncudadifferentiable-programminggpu
    Ver en GitHub↗6,233
  • open-edge-platform/anomalibAvatar de open-edge-platform

    open-edge-platform/anomalib

    5,871Ver en GitHub↗

    Anomalib is a PyTorch-based library for visual anomaly detection, offering a modular framework, a comprehensive model zoo, and a benchmarking suite designed for industrial defect detection. It provides a wide range of algorithms—including generative, discriminative, teacher-student, and vision-language approaches—that support unsupervised, few-shot, and zero-shot settings. The library enables deployment through model export to ONNX and OpenVINO for edge devices, and includes a no-code web application for training and inference. It also features a command-line interface for orchestrating multi

    Provides a library of deep learning models and tools for detecting visual defects in images and video using PyTorch.

    Pythonanomaly-detectionanomaly-localizationanomaly-segmentation
    Ver en GitHub↗5,871
  • google-ai-edge/litertAvatar de google-ai-edge

    google-ai-edge/LiteRT

    2,561Ver en GitHub↗

    LiteRT is a runtime and API for executing machine learning and generative AI models on mobile, desktop, and IoT hardware. It consists of an inference engine and a specialized environment for running quantized large language and diffusion models locally on edge hardware. The system includes an ahead-of-time model compiler that translates models into hardware-specific bytecode to reduce startup latency and memory overhead. It provides a unified interface for Neural Processing Units with automatic fallback routing to CPUs or GPUs when specific subgraph support is unavailable. An edge model conve

    Provides specialized paths for converting trained PyTorch models into optimized formats for on-device deployment.

    C++
    Ver en GitHub↗2,561
  1. Home
  2. DevOps & Infrastructure
  3. Model Conversion
  4. PyTorch

Explorar subetiquetas

  • Optimizer IntegrationsFeeding arrays from another framework into PyTorch optimizers for gradient-based updates. **Distinct from PyTorch:** Distinct from PyTorch: focuses on using PyTorch optimizers with non-PyTorch arrays, not model conversion.
  • Visual Anomaly Detection ToolkitsLibraries of deep learning models and tools for detecting visual defects in images and video using PyTorch. **Distinct from PyTorch:** Distinct from PyTorch: focuses on the specific domain of visual anomaly detection, not general PyTorch model conversion.
  • WebAssembly Inference ExecutionsRuns PyTorch model inference within a WebAssembly sandbox for portable AI execution. **Distinct from PyTorch:** Distinct from PyTorch: focuses on executing inference with PyTorch models, not converting or training them.