awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • qwenlm/qwen3-coderالصورة الرمزية لـ QwenLM

    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-llmالصورة الرمزية لـ NVIDIA

    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/airllmالصورة الرمزية لـ lyogavin

    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/aiinfraالصورة الرمزية لـ Infrasys-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-mapالصورة الرمزية لـ Robbyant

    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/bert4kerasالصورة الرمزية لـ bojone

    bojone/bert4keras

    5,419عرض على GitHub↗

    bert4keras هو تطبيق خفيف الوزن لبنية محول BERT لإطار عمل التعلم العميق Keras. يعمل كمجموعة أدوات لمعالجة اللغات الطبيعية ومكتبة نماذج محول تُستخدم لتصنيف النص، وتسمية التسلسل، واستخراج التضمين الدلالي. يتضمن إطار العمل نظام نموذج تسلسل إلى تسلسل للإجابة على الأسئلة وتوليد النص، بالإضافة إلى خادم استنتاج النموذج لنشر المحولات المدربة كواجهات برمجة تطبيقات ويب للتنبؤات في الوقت الفعلي. تغطي القدرات مجموعة واسعة من مهام فهم اللغة الطبيعية، بما في ذلك فهم القراءة، واستخراج العلاقات، ومعالجة النصوص الطويلة. توفر المكتبة أدوات للتدريب المسبق للغة والضبط الدقيق، إلى جانب تقنيات التحسين مثل تقليل المعلمات، والتدريب العدائي للمتانة، وتكوين معدل التعلم لكل طبقة. يتضمن المشروع محمل تحويل الأوزان لتحويل الأوزان المدربة مسبقاً من تنسيقات خارجية إلى هياكل Keras متوافقة.

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

    Python
    عرض على GitHub↗5,419
  • fla-org/flash-linear-attentionالصورة الرمزية لـ fla-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-v2الصورة الرمزية لـ deepseek-ai

    deepseek-ai/DeepSeek-V2

    5,014عرض على GitHub↗

    DeepSeek-V2 هو نموذج لغوي ضخم مصمم لمعالجة اللغات الطبيعية وتحليل تسلسلات النصوص الطويلة. يستخدم بنية "خليط الخبراء" (Mixture-of-Experts) لتحقيق توازن بين الأداء العالي وكفاءة الاستنتاج. يعتمد النموذج على آلية توجيه متفرقة (Sparse Routing) وخلايا عصبية مشتركة بين الخبراء لالتقاط المعرفة العامة مع الحفاظ على التخصص. كما يقلل من استهلاك الذاكرة ويزيد من معدل الإنتاجية من خلال تقنيات الانتباه الكامن متعدد الرؤوس (Multi-head Latent Attention)، وانتباه الاستعلام الجماعي (Group-query Attention)، وضغط المصفوفات منخفض الرتبة. تتيح هذه القدرات معالجة واسترجاع المعلومات من عدد هائل من الرموز (Tokens) وتدعم النشر الاقتصادي عبر تقليل تكاليف الأجهزة واختناقات الذاكرة. النظام متوافق مع واجهات API القياسية للتكامل مع سلاسل أدوات النماذج اللغوية الحالية.

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

    عرض على GitHub↗5,014
  • sgl-project/mini-sglangالصورة الرمزية لـ sgl-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.