awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Kategorien

11 Repos

Awesome GitHub RepositoriesLocal Model Loading

Mechanisms for importing model weights from local storage.

Distinguishing note: Focuses on local file-based model loading.

Explore 11 awesome GitHub repositories matching data & databases · Local Model Loading. Refine with filters or upvote what's useful.

Awesome Local Model Loading GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • zai-org/chatglm-6bAvatar von zai-org

    zai-org/ChatGLM-6B

    41,039Auf GitHub ansehen↗

    ChatGLM-6B is a generative AI inference engine designed for local execution of transformer-based language models. It provides a comprehensive runtime environment that allows users to load and run pre-trained neural network weights directly on their own hardware, ensuring data privacy and independence from external cloud services. The project distinguishes itself through a hardware-agnostic execution backend that supports deployment across diverse environments, including standard processors, Apple Silicon, and multi-GPU configurations. It incorporates advanced optimization techniques such as w

    Imports pre-trained model weights from local storage to perform inference without external hosting.

    Python
    Auf GitHub ansehen↗41,039
  • mlfoundations/open_clipAvatar von mlfoundations

    mlfoundations/open_clip

    13,935Auf GitHub ansehen↗

    Open CLIP is an open source framework for training and deploying Contrastive Language-Image Pre-training models. It serves as a vision-language training framework and multimodal embedding engine that maps images and text into a shared vector space for similarity searches and zero-shot classification. The project provides a toolkit for distributed training of contrastive models and includes an image-to-text generative model for producing natural language descriptions. It supports custom text encoder integration and utilizes teacher-student model distillation to transfer knowledge from large pr

    Provides mechanisms to initialize model architectures using weights stored on a local disk.

    Pythoncomputer-visioncontrastive-lossdeep-learning
    Auf GitHub ansehen↗13,935
  • runanywhereai/runanywhere-sdksAvatar von RunanywhereAI

    RunanywhereAI/runanywhere-sdks

    8,781Auf GitHub ansehen↗

    This project is an on-device AI SDK providing a framework for running large language models, vision models, and speech models locally. It serves as an orchestration layer for local LLM execution, ensuring data privacy and offline availability by utilizing hardware acceleration on the device. The SDK is distinguished by its comprehensive voice and multimodal capabilities, including a coordinated voice pipeline for activity detection, speech-to-text, and text-to-speech synthesis. It also provides a dedicated implementation kit for local retrieval-augmented generation and tools for processing co

    Handles the downloading of model files from remote URLs and loading them into device memory.

    C++androidapple-intelligencecpp
    Auf GitHub ansehen↗8,781
  • mochidiffusion/mochidiffusionAvatar von MochiDiffusion

    MochiDiffusion/MochiDiffusion

    7,895Auf GitHub ansehen↗

    MochiDiffusion is a local client for Stable Diffusion that functions as an AI image generation studio. It provides a workspace for performing text-to-image, image-to-image, and inpainting tasks, enabling the production of high-resolution images offline using local hardware and neural engine acceleration. The project includes a local model manager for importing, organizing, and converting machine learning models into compatible formats for offline execution. It features a ControlNet integration tool to guide structural composition and spatial layout, alongside a dedicated image upscaler that u

    Loads machine learning weights by scanning local filesystem paths for compatible model files.

    Swiftaneappleapple-silicon
    Auf GitHub ansehen↗7,895
  • nat/openplaygroundAvatar von nat

    nat/openplayground

    6,353Auf GitHub ansehen↗

    OpenPlayground is a web-based comparison playground and multi-provider client used to test and evaluate outputs from multiple large language models and local inference engines side-by-side. It serves as a local testing environment for routing prompts to various external APIs and on-device models through a single interface. The project enables concurrent request dispatching, allowing a single prompt to be sent to multiple models simultaneously for comparative analysis. It includes a parameter tuning interface for refining model behavior via generation settings and provides a system for detecti

    Includes mechanisms for importing model weights from local file system storage for on-device inference.

    TypeScript
    Auf GitHub ansehen↗6,353
  • serge-chat/sergeAvatar von serge-chat

    serge-chat/serge

    5,725Auf GitHub ansehen↗

    Serge is a self-hosted web chat interface for running large language models locally using the llama.cpp inference engine. It loads GGUF-format model files directly on your own machine, removing the need for internet connectivity or external API keys, and streams responses to the browser in real time via WebSocket connections. The project is packaged for containerized deployment using Docker and Docker Compose, with a Traefik reverse proxy that handles HTTP and WebSocket routing along with automatic TLS certificate management. Ready-made Kubernetes manifests are also provided, enabling deploym

    Loads GGUF-format model files from a curated list of supported open-source families for local inference.

    Sveltealpacadockerfastapi
    Auf GitHub ansehen↗5,725
  • nsarrazin/sergeAvatar von nsarrazin

    nsarrazin/serge

    5,725Auf GitHub ansehen↗

    A web interface for chatting with Alpaca through llama.cpp. Fully dockerized, with an easy to use API.

    Loads GGUF-format models from a curated list for local execution through a structured pipeline.

    Svelte
    Auf GitHub ansehen↗5,725
  • michael-a-kuykendall/shimmyAvatar von Michael-A-Kuykendall

    Michael-A-Kuykendall/shimmy

    5,428Auf GitHub ansehen↗

    Shimmy ist eine lokale Inference-Engine und ein Server für Large Language Models, der GGUF-formatierte Gewichte lädt und bereitstellt. Es wird als einzelne, in Rust geschriebene Binär-Runtime vertrieben und bietet eine eigenständige Umgebung für den Betrieb von Modellen ohne externe Runtime-Abhängigkeiten. Das Projekt nutzt WebGPU für Hardwarebeschleunigung, wodurch Modell-Compute-Kernels über eine standardisierte Schnittstelle auf diverser Grafikhardware ausgeführt werden können. Es verfügt über einen lokalen Server, der eine OpenAI-kompatible API-Schicht implementiert, wodurch Anwendungen über standardisierte REST-Endpunkte mit lokalen Modellen kommunizieren können. Speicher und Performance werden durch quantisierte Key-Value-Cache-Kompression zur Reduzierung des GPU-VRAM-Verbrauchs und Rotary-Embedding-Skalierung zur Erweiterung des Modell-Kontextfensters verwaltet. Das System umfasst zudem eine automatische Modell-Dateierkennung, um kompatible Gewichte aus dem lokalen Speicher zu scannen und zu registrieren. Der Server wird über eine dedizierte Kommandozeilenschnittstelle zur Steuerung von Operationen und zur Verifizierung der Modellgenerierung verwaltet.

    Provides a pipeline for discovering and loading GGUF-format models for local serving.

    Rust
    Auf GitHub ansehen↗5,428
  • pytorch/serveAvatar von pytorch

    pytorch/serve

    4,354Auf GitHub ansehen↗

    Dieses Projekt ist ein PyTorch-Framework für das Model-Serving, das darauf ausgelegt ist, Machine-Learning-Modelle in der Produktion über skalierbare Netzwerk-Endpunkte bereitzustellen. Es fungiert als leistungsstarker Inference-Server, Optimierer und Modell-Lifecycle-Manager, der das Laden von Modellen, Request-Batching und Hardware-Beschleunigung übernimmt. Das System zeichnet sich durch fortschrittliche Orchestrierungs- und Optimierungsfunktionen aus, wie etwa das Verketten mehrerer Modelle zu sequenziellen Workflows mittels Ausführungsgraphen und den Einsatz von Dynamic Batching zur Verbesserung von Durchsatz und Latenz. Es bietet spezialisierte Unterstützung für generative KI und Large Language Models durch Continuous Batching und Tensor-Parallelität. Zu den breiten Funktionsbereichen gehören GPU-Ressourcenmanagement für diverse Hardware wie NVIDIA, AMD und Apple Silicon sowie ein umfassendes Lifecycle-Management für Registrierung, Versionierung und Worker-Skalierung. Zudem integriert es Observability-Tools zur Überwachung des Systemzustands und der Modellleistung über Prometheus-kompatible Metriken. Der Server wird über eine Kommandozeilenschnittstelle verwaltet, die zur Steuerung des Lifecycles und zur Konfiguration von Laufzeitparametern dient.

    Deno X imports model files and handlers into the runtime environment using a specified directory.

    Java
    Auf GitHub ansehen↗4,354
  • jaymody/picogptAvatar von jaymody

    jaymody/picoGPT

    3,449Auf GitHub ansehen↗

    picoGPT is a lightweight, low-level runtime environment and inference engine designed to load pre-trained checkpoints and execute generative transformer model inference. It provides a minimal implementation of the generative pre-trained transformer architecture to facilitate local language model execution. The project includes a C++ machine learning library for converting model parameters and executing greedy token generation without heavy external dependencies. It handles remote asset synchronization by downloading pre-trained weights, hyperparameters, and vocabulary files from remote server

    Maps saved parameter tensors from local storage directly into the active model structure.

    Pythondeep-learninggptgpt-2
    Auf GitHub ansehen↗3,449
  • protectai/llm-guardAvatar von protectai

    protectai/llm-guard

    2,561Auf GitHub ansehen↗

    LLM Guard is a security firewall and guardrail framework designed to scan and sanitize inputs and outputs for large language models. It functions as a proxy gateway and security layer to block prompt injections, toxicity, and sensitive data leakage while ensuring that model interactions remain compliant with organizational policies. The system distinguishes itself through a modular scanner pipeline that utilizes local model orchestration to eliminate external network dependencies. It supports real-time security filtering via streaming chunk analysis and implements a fail-fast execution model

    Supports loading model weights from local directories to eliminate the need for downloading assets during startup.

    Pythonadversarial-machine-learningchatgptlarge-language-models
    Auf GitHub ansehen↗2,561
  1. Home
  2. Data & Databases
  3. Local Model Loading

Unter-Tags erkunden

  • GGUF Model LoadersLoads and initializes GGUF-format model files for local inference with parameter configuration. **Distinct from Local Model Loading:** Distinct from Local Model Loading: specifically handles the GGUF quantization format and model file management pipeline.