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

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

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

9 个仓库

Awesome GitHub RepositoriesLong-Context Sequence Processors

Systems capable of processing massive input token windows through memory-efficient sequence management.

Distinct from Text Processing Pipelines: Focuses on long-context processing for massive token windows, distinct from general text processing pipelines.

Explore 9 awesome GitHub repositories matching data & databases · Long-Context Sequence Processors. Refine with filters or upvote what's useful.

Awesome Long-Context Sequence Processors GitHub Repositories

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

    QwenLM/Qwen3-Coder

    15,615在 GitHub 上查看↗

    Qwen3-Coder is a specialized large language model designed for software development, technical reasoning, and automated code synthesis. Built on transformer-based sequence modeling, it functions as a multilingual programming assistant capable of generating, completing, and debugging source code across more than one hundred programming languages. The model distinguishes itself through its capacity to process and maintain logical coherence across massive datasets, supporting context windows of up to one million tokens. This allows for repository-scale reasoning, enabling the model to analyze co

    Analyzes extensive codebases and technical documentation using native support for massive token windows.

    Python
    在 GitHub 上查看↗15,615
  • nvidia/tensorrt-llmNVIDIA 的头像

    NVIDIA/TensorRT-LLM

    12,913在 GitHub 上查看↗

    TensorRT-LLM is a platform and toolkit designed for compiling, optimizing, and serving transformer-based models on accelerated hardware. It functions as a framework that transforms machine learning models into efficient execution graphs, providing an engine to refine these models for specific hardware to maximize throughput and minimize latency during text generation. The project distinguishes itself through advanced execution strategies that manage the entire inference pipeline. It utilizes kernel-level fusion and static graph execution to optimize mathematical operations and computational f

    Allocates and retains memory for attention mechanisms to support processing long sequences and data reuse.

    Pythonblackwellcudallm-serving
    在 GitHub 上查看↗12,913
  • lyogavin/airllmlyogavin 的头像

    lyogavin/airllm

    11,508在 GitHub 上查看↗

    Airllm is a framework designed to execute and fine-tune large language models on consumer-grade hardware. By employing layer-wise model decomposition and memory-efficient loading techniques, the engine enables the operation of massive models that would otherwise exceed available system or video memory. The project distinguishes itself through a suite of optimization strategies that balance memory footprint with performance. It utilizes block-wise weight quantization and asynchronous layer prefetching to reduce resource consumption and hide data transfer latency. Additionally, the framework su

    Analyzes and answers questions based on massive text inputs up to 100,000 tokens by utilizing memory-efficient sequence processing techniques.

    Jupyter Notebookchinese-llmchinese-nlpfinetune
    在 GitHub 上查看↗11,508
  • infrasys-ai/aiinfraInfrasys-AI 的头像

    Infrasys-AI/AIInfra

    7,414在 GitHub 上查看↗

    Lowers peak memory usage from quadratic to linear by processing attention in tiled chunks.

    Jupyter Notebookaiinfraaisystem
    在 GitHub 上查看↗7,414
  • robbyant/lingbot-mapRobbyant 的头像

    Robbyant/lingbot-map

    7,315在 GitHub 上查看↗

    Lingbot-map is a feed-forward neural network designed for real-time 3D scene reconstruction from streaming video. It processes video frames one at a time without iterative optimization, producing dense geometry and camera poses at interactive frame rates directly from a live feed. The project distinguishes itself through its ability to maintain stable geometry and pose alignment across very long video sequences, handling thousands of frames without drift. It achieves this through a combination of coordinate grounding memory, sliding-window inference with overlapping keyframes, and a paged KV

    Provides drift correction that maintains stable geometry and pose alignment across thousands of video frames.

    Python
    在 GitHub 上查看↗7,315
  • bojone/bert4kerasbojone 的头像

    bojone/bert4keras

    5,419在 GitHub 上查看↗

    bert4keras 是 Keras 深度学习框架的 BERT Transformer 架构的轻量级重新实现。它作为一个自然语言处理工具包和 Transformer 模型库,用于文本分类、序列标注和语义嵌入提取。 该框架包括用于问答和文本生成的序列到序列模型系统,以及一个模型推理服务器,用于将训练好的 Transformer 部署为 Web API 以进行实时预测。 功能涵盖了广泛的自然语言理解任务,包括阅读理解、关系提取和长文本处理。该库提供了用于语言模型预训练和微调的工具,以及参数缩减、用于鲁棒性的对抗性训练和层级学习率配置等优化技术。 该项目包括一个权重转换加载器,用于将外部格式的预训练权重转换为兼容的 Keras 结构。

    Implements hierarchical position embeddings to handle input sequences that exceed standard transformer length limits.

    Python
    在 GitHub 上查看↗5,419
  • fla-org/flash-linear-attentionfla-org 的头像

    fla-org/flash-linear-attention

    5,248在 GitHub 上查看↗

    Flash Linear Attention is a training framework and inference engine for sequence models that use linear attention and state space mechanisms, designed to process long contexts with reduced memory and compute overhead. It provides hardware-optimized token mixing layers and fused CUDA kernels that minimize memory bandwidth and launch overhead across different GPU architectures, and includes a causal inference engine that generates text token-by-token using cached hidden states for efficient autoregressive decoding. The project supports building hybrid sequence models that interleave standard at

    Trains and deploys sequence models that process long contexts with reduced memory and compute overhead using linear attention and state space mechanisms.

    Pythonlarge-language-modelsmachine-learning-systemsnatural-language-processing
    在 GitHub 上查看↗5,248
  • deepseek-ai/deepseek-v2deepseek-ai 的头像

    deepseek-ai/DeepSeek-V2

    5,014在 GitHub 上查看↗

    DeepSeek-V2 是一款专为自然语言处理和长文本序列分析设计的大语言模型。它采用混合专家(MoE)架构,在高性能与推理效率之间取得了平衡。 该模型利用稀疏路由机制和共享专家神经元来获取通用知识,同时保持专业化能力。它通过多头潜在注意力(MLA)、分组查询注意力(GQA)和低秩张量压缩,进一步降低了内存开销并提高了吞吐量。 这些能力使其能够处理和检索海量 Token 信息,并通过降低硬件成本和内存瓶颈支持经济高效的部署。该系统兼容标准 API 接口,可与现有的语言模型工具链集成。

    Processes and retrieves information from extensive token counts without losing accuracy.

    在 GitHub 上查看↗5,014
  • sgl-project/mini-sglangsgl-project 的头像

    sgl-project/mini-sglang

    3,514在 GitHub 上查看↗

    mini-sglang is a collection of tools for large language model inference, serving as an OpenAI-compatible inference server, a memory-efficient prefill engine, and a tensor parallelism runtime. It also functions as a local batch processing engine for offline benchmarking and ablation studies. The project focuses on acceleration and memory management through a KV cache manager that reuses precomputed caches for shared request prefixes. It handles large model workloads by distributing tasks across multiple GPUs and manages peak memory consumption by splitting long input sequences into smaller chu

    Splits long input sequences into smaller chunks during prefill to prevent peak memory spikes.

    Python
    在 GitHub 上查看↗3,514
  1. Home
  2. Data & Databases
  3. Text Processing Pipelines
  4. Long-Context Sequence Processors

探索子标签

  • 3D Drift CorrectorsMaintains stable geometry and camera pose alignment across thousands of frames by combining coordinate grounding, dense geometric cues, and trajectory memory. **Distinct from Long-Context Sequence Processors:** Distinct from Long-Context Sequence Processors: corrects spatial drift in 3D reconstructions rather than managing token windows for text.
  • Hierarchical Position EmbeddingsEmbedding structures that allow transformers to process text beyond standard length limits by nesting position information. **Distinct from Long-Context Sequence Processors:** Specifically covers the architectural embedding method for long text, whereas Long-Context Sequence Processors is a broader system category.
  • Ring Attention DistributorsSplits a long sequence into blocks and distributes them across devices in a ring topology, computing attention incrementally to handle sequences longer than a single device's memory. **Distinct from Long-Context Sequence Processors:** Distinct from Long-Context Sequence Processors: focuses on the ring topology distribution across devices rather than general memory-efficient sequence management.
  • Tiled Attention Memory ReducersLowers peak memory usage from quadratic to linear in sequence length by processing attention in tiled chunks. **Distinct from Long-Context Sequence Processors:** Distinct from Long-Context Sequence Processors: focuses on the tiled attention computation technique for memory reduction rather than general sequence processing.