This project is a collection of technical guides and manuals for the Apache TVM compiler stack translated into Simplified Chinese. It provides translated documentation focusing on deep learning compilation and the transformation of machine learning models into optimized executable code. The documentation covers the use of hardware backend guides for deploying models across CPUs, GPUs, and specialized accelerators. It also includes references for intermediate representations and graph-level optimizations used to compile tensor programs.
zml is a machine learning model compiler and cross-platform inference engine that transforms model descriptions into optimized executable binaries for specific hardware accelerators. It functions as a model deployment toolkit and hardware-agnostic orchestrator, utilizing a tensor-based architecture definition to provide strong type checking during the compilation process. The project distinguishes itself through the ability to shard tensors and distribute large-scale AI workloads across a logical mesh of multiple devices. It further supports the remote model lifecycle by authenticating and do
IREE is an MLIR-based compiler toolchain and runtime designed to translate machine learning models from various frameworks into optimized binaries for execution across diverse hardware targets. It provides a unified pipeline to ingest models from PyTorch, TensorFlow, JAX, and ONNX, lowering them into a common intermediate representation for deployment on CPUs, GPUs, and bare-metal embedded systems. The project distinguishes itself through a bytecode virtual machine and a hardware abstraction layer that decouple high-level model logic from specific hardware instruction sets. It supports sophis
Candle is a minimalist machine learning framework and deep learning inference engine designed for the Rust programming language. It functions as a low-level tensor computation library, providing the necessary primitives for multi-dimensional array operations and mathematical transformations required to execute pre-trained neural network models. The framework distinguishes itself through a focus on memory efficiency and hardware utilization. It employs static-typed tensor operations to enforce shape validation and memory safety at compile time, while utilizing a lazy-loaded computational graph
TVM is a machine learning compiler framework designed to convert deep learning models from various frameworks into optimized machine code. It functions as a cross-platform deployment engine that transforms high-level model definitions into efficient, hardware-specific binaries for diverse computing architectures.
الميزات الرئيسية لـ apache/tvm هي: Compilers, Model Compilers, Machine Learning Model Portability, Deep Learning Optimization, Deployment Engines, Edge AI Model Deployment, Hardware-Specific Binaries, Cross-Platform Deployment Targets.
تشمل البدائل مفتوحة المصدر لـ apache/tvm: hyperai/tvm-cn — This project is a collection of technical guides and manuals for the Apache TVM compiler stack translated into… zml/zml — zml is a machine learning model compiler and cross-platform inference engine that transforms model descriptions into… iree-org/iree — IREE is an MLIR-based compiler toolchain and runtime designed to translate machine learning models from various… huggingface/candle — Candle is a minimalist machine learning framework and deep learning inference engine designed for the Rust programming… onnx/onnx — ONNX is an open-source standard for machine learning interoperability that provides a unified format for representing… ivy-llc/ivy — Ivy is a machine learning framework transpiler and model converter designed to translate code and computational graphs…