awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesPredictive Memory Preloading

Memory management that uses a predictor model to load frequent data into high-speed memory.

Distinct from Memory Management Systems: Distinct from Memory Management Systems: specifically uses a predictor model to preload neurons into VRAM.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Predictive Memory Preloading. Refine with filters or upvote what's useful.

Awesome Predictive Memory Preloading GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • sjtu-ipads/powerinferSJTU-IPADS का अवतार

    SJTU-IPADS/PowerInfer

    9,568GitHub पर देखें↗

    PowerInfer is an inference engine and serving framework designed to run large language models on local hardware. It combines a hybrid CPU-GPU offloader, a quantization tool, and a sparse model optimizer to enable the execution of high-parameter models on consumer-grade devices. The system distinguishes itself through neuron-activation-based offloading, using a predictor model to preload frequent neurons into VRAM while keeping rare neurons in system memory. This hybrid execution model balances workloads between the GPU and CPU based on input patterns to optimize memory access and increase tok

    Uses a small predictor model to preload frequent neurons into VRAM while keeping rare ones in system memory.

    C++
    GitHub पर देखें↗9,568
  • memtensor/memosMemTensor का अवतार

    MemTensor/MemOS

    5,665GitHub पर देखें↗

    MemOS is an open-source persistent memory layer for AI agents and large language models, providing a self-hosted server that stores and retrieves structured memory across sessions. It enables AI systems to recall user preferences, history, and context without retraining, using a graph-based API and a web management interface for viewing, editing, and organizing memory items, skills, traces, and knowledge bases. The system distinguishes itself through a portable memory interchange protocol that allows memory to be transferred between different AI models, devices, and applications, along with a

    Loads relevant memory before it is needed by analyzing dialogue history, task semantics, or environmental cues.

    Pythonagentagent-memoryclawdbot
    GitHub पर देखें↗5,665
  1. Home
  2. Software Engineering & Architecture
  3. Memory Management Systems
  4. Predictive Memory Preloading