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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesIncremental Text Decoding

The sequential generation of tokens where each step processes a single token based on previous context.

Distinct from Incremental Audio Token Decoding: Distinct from audio or design token decoding; this is the standard LLM auto-regressive decoding step.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Incremental Text Decoding. Refine with filters or upvote what's useful.

Awesome Incremental Text Decoding GitHub Repositories

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

    skyzh/tiny-llm

    4,304عرض على GitHub↗

    tiny-llm is a large language model inference engine and transformer model implementation. It serves as a quantized model runtime and paged key-value cache manager, providing a specialized inference stack optimized for Apple Silicon. The system distinguishes itself through high-throughput execution techniques, including continuous batching and paged attention. It utilizes a paged memory system to eliminate fragmentation during token generation and employs on-the-fly dequantization of compressed weights to reduce the memory footprint during matrix multiplication. The project covers a broad ran

    Generates tokens sequentially by processing an initial prompt followed by iterative single-token steps.

    Pythoncourselarge-language-modelllm
    عرض على GitHub↗4,304
  1. Home
  2. Artificial Intelligence & ML
  3. Incremental Text Decoding