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

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

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

lmstudio-ai/lms

0
View on GitHub↗
4,214 星标·333 分支·TypeScript·mit·5 次浏览lms.dev↗

Lms

This project is a headless large language model inference engine and server manager designed for local deployments. It provides a developer toolkit and API gateway that allows for the management of model lifecycles and inference tasks without a graphical user interface.

The system enables the deployment of model engines across different operating systems, cloud environments, or CI pipelines. It includes a command-line interface for bootstrapping development projects and automating the orchestration of loading and unloading model binaries based on specific workflow needs.

The toolset covers infrastructure monitoring through real-time state-streaming logs and application status checks. It further provides a standardized network interface to expose inference capabilities to external software development kits.

Features

  • Headless Implementations - Runs large language models locally without a GUI, exposing them via an HTTP API for integration.
  • Local Inference Engines - Runs large language models entirely on the local machine without any cloud dependency or internet connection.
  • Server Managers - Starts, stops, and monitors local inference servers, loading and unloading models for headless deployments.
  • CLI Toolkits - Provides a command-line toolkit for scaffolding projects, managing model lifecycles, and automating inference tasks.
  • Local Inference Runtimes - Runs large language models entirely on the local machine with no cloud connectivity or external service dependencies.
  • Model Loading - Loads a specified model into GPU or system memory so it is ready to handle inference requests.
  • Model Unloading Policies - Removes a loaded model from memory to free resources, optionally unloading all models at once.
  • Model API Gateways - Exposes a standardized HTTP interface for local LLM inference, enabling integration with external SDKs.
  • Multi-Language SDK Wrappers - Provides JavaScript and Python SDKs that wrap the HTTP API for building custom applications against the local inference engine.
  • Model Lifecycle Management - Provides CLI commands to load, unload, and list models for controlling memory and inference availability.
  • CLI-Driven Lifecycles - Controls model loading and unloading entirely through command-line commands with GPU resource management.
  • CLI Model Management - Starts and stops local inference servers, loads and unloads models, and lists available models from the command line.
  • Local Inference SDKs - Provides JavaScript and Python SDKs for building custom applications against a local inference engine.
  • Inference API Gateways - Exposes all inference and management functionality through a RESTful HTTP interface without a GUI.
  • Headless Deployments - Ships precompiled binaries for headless installation on Linux, macOS, and Windows servers.
  • Headless Server Deployments - Installs and runs the core inference engine on Linux or Windows servers without a graphical interface.
  • Inference Server Architectures - Operates without a graphical user interface, exposing all functionality through CLI and HTTP API.
  • Inference API Gateways - Provides a uniform network interface for external SDKs to interact with the inference engine over HTTP.
  • Inference Engines - Runs large language models locally without a GUI, controlled entirely through a CLI and HTTP API.
  • LLM Development Toolkits - Scaffolds new projects and provides SDKs to build custom applications that interact with a local inference engine.
  • Cross-Platform Binary Distribution - Distributes precompiled inference engine binaries for Linux, macOS, and Windows without system dependencies.
  • Real-time Status Streaming - Streams live log output and server status updates to clients for monitoring and debugging purposes.
  • Server Health Checks - Provides a command to check whether the local API server is running and report its state.
  • Model Serving & Deployment - Deploys LLMs locally on consumer machines.

Star 历史

lmstudio-ai/lms 的 Star 历史图表lmstudio-ai/lms 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Lms 的开源替代方案

相似的开源项目,按与 Lms 的功能重合度排序。
  • rustformers/llmrustformers 的头像

    rustformers/llm

    6,151在 GitHub 上查看↗

    This project is a library and command-line interface for local large language model inference. It enables the generation of text completions and chat responses from various model architectures. The project provides tools for weight quantization to reduce memory footprints and incorporates hardware acceleration through GPU offloading to increase computation speed. It also includes utilities for model evaluation by measuring perplexity on specific datasets. Capabilities cover the full inference lifecycle, including binary model loading, template-based prompt structuring, and session persistenc

    Rustaiggmlllm
    在 GitHub 上查看↗6,151
  • mostlygeek/llama-swapmostlygeek 的头像

    mostlygeek/llama-swap

    4,786在 GitHub 上查看↗

    Llama-swap is a local inference orchestrator and API gateway for large language models. It functions as an OpenAI API proxy that manages the lifecycle of multiple local model servers, automatically starting and stopping them to swap models based on incoming request identifiers. The project distinguishes itself through dynamic model swapping and hardware optimization. It utilizes a specialized matrix-based concurrency control to define which models can run simultaneously and employs cost-based eviction to remove inactive servers from memory based on relative resource costs. The system provide

    Go
    在 GitHub 上查看↗4,786
  • google-ai-edge/litertgoogle-ai-edge 的头像

    google-ai-edge/LiteRT

    2,561在 GitHub 上查看↗

    LiteRT is a runtime and API for executing machine learning and generative AI models on mobile, desktop, and IoT hardware. It consists of an inference engine and a specialized environment for running quantized large language and diffusion models locally on edge hardware. The system includes an ahead-of-time model compiler that translates models into hardware-specific bytecode to reduce startup latency and memory overhead. It provides a unified interface for Neural Processing Units with automatic fallback routing to CPUs or GPUs when specific subgraph support is unavailable. An edge model conve

    C++
    在 GitHub 上查看↗2,561
  • paddlepaddle/larkPaddlePaddle 的头像

    PaddlePaddle/LARK

    7,717在 GitHub 上查看↗

    LARK is a development toolkit for training, fine-tuning, and deploying large language models and multimodal models based on PaddlePaddle. It functions as a comprehensive framework that includes an LLM training orchestrator, an inference server, and a multimodal model framework for processing text, image, and video inputs. The project features a retrieval-augmented generation system for building conversational applications that integrate web search and private knowledge bases. It provides specific capabilities for multimodal reasoning and complex logic, enabling the extraction of structured da

    Python
    在 GitHub 上查看↗7,717
查看 Lms 的所有 30 个替代方案→

常见问题解答

lmstudio-ai/lms 是做什么的?

This project is a headless large language model inference engine and server manager designed for local deployments. It provides a developer toolkit and API gateway that allows for the management of model lifecycles and inference tasks without a graphical user interface.

lmstudio-ai/lms 的主要功能有哪些?

lmstudio-ai/lms 的主要功能包括:Headless Implementations, Local Inference Engines, Server Managers, CLI Toolkits, Local Inference Runtimes, Model Loading, Model Unloading Policies, Model API Gateways。

lmstudio-ai/lms 有哪些开源替代品?

lmstudio-ai/lms 的开源替代品包括: rustformers/llm — This project is a library and command-line interface for local large language model inference. It enables the… mostlygeek/llama-swap — Llama-swap is a local inference orchestrator and API gateway for large language models. It functions as an OpenAI API… google-ai-edge/litert — LiteRT is a runtime and API for executing machine learning and generative AI models on mobile, desktop, and IoT… paddlepaddle/lark — LARK is a development toolkit for training, fine-tuning, and deploying large language models and multimodal models… pytorch/serve — This project is a PyTorch model serving framework designed to deploy and scale machine learning models in production… nunchaku-ai/comfyui-nunchaku — ComfyUI-nunchaku is a 4-bit diffusion inference engine and a set of nodes for running low-precision quantized…