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

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

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

8 个仓库

Awesome GitHub RepositoriesLocal Inference CLI

Command-line execution of model inference for batch processing without persistent servers.

Distinct from Local Model Execution: Focuses on CLI-based local inference, distinct from general local model execution.

Explore 8 awesome GitHub repositories matching artificial intelligence & ml · Local Inference CLI. Refine with filters or upvote what's useful.

Awesome Local Inference CLI GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • sgl-project/sglangsgl-project 的头像

    sgl-project/sglang

    29,079在 GitHub 上查看↗

    Sglang is a high-performance inference engine and serving system designed for large language and multimodal models. It provides a programmable interface for orchestrating complex generation workflows, enabling developers to coordinate multi-turn dialogues, tool invocations, and reasoning chains through a domain-specific language. The platform is built to support production-scale deployments, offering an OpenAI-compatible API that allows for integration with existing application ecosystems. The system distinguishes itself through a disaggregated architecture that separates compute-intensive pr

    Executes model inference directly from the command line for batch processing or testing.

    Pythonattentionblackwellcuda
    在 GitHub 上查看↗29,079
  • black-forest-labs/fluxblack-forest-labs 的头像

    black-forest-labs/flux

    25,637在 GitHub 上查看↗

    Flux is a diffusion model inference engine designed for text-to-image generation and image-to-image manipulation. It provides a system for executing open-weight models to transform natural language descriptions into visual imagery or to modify existing images. The project distinguishes itself through a flow-matching framework for image generation and a structural image controller. This controller allows for guided synthesis by using depth maps and Canny edge detection to constrain the geometry and composition of the output. The toolkit covers a broad range of image editing capabilities, incl

    Offers a dedicated CLI for executing model inference and image generation without custom scripting.

    Python
    在 GitHub 上查看↗25,637
  • mistralai/mistral-inferencemistralai 的头像

    mistralai/mistral-inference

    10,819在 GitHub 上查看↗

    Mistral Inference is a library for running Mistral large language models on a GPU, generating text from prompts with token streaming. It loads pretrained model weights from local disk or a remote registry into GPU memory, then produces output tokens one by one for real-time display in interactive applications. The library supports multimodal prompts that accept image URLs alongside text, enabling visual description and reasoning. It includes content safety guardrails that scan generated text against predefined policies to block or flag policy violations. For structured interactions, it provid

    Runs model inference locally on GPU for offline predictions on private data.

    Jupyter Notebookllmllm-inferencemistralai
    在 GitHub 上查看↗10,819
  • opengvlab/internvlOpenGVLab 的头像

    OpenGVLab/InternVL

    10,061在 GitHub 上查看↗

    InternVL is a vision-language model framework that fuses a visual encoder with a large language model to translate image features into textual tokens for reasoning. It provides a system for multimodal inference and dialogue, enabling the processing of images and text to answer questions or generate descriptions. The project is distinguished by its high-resolution image processing, which uses dynamic tiling to maintain detail for images up to 4K resolution, and its chain-of-thought visual reasoning for solving complex mathematical and spatial problems. It also supports temporal frame sampling

    Ships a command-line interface for performing image-based chatting with local model execution.

    Pythongptgpt-4ogpt-4v
    在 GitHub 上查看↗10,061
  • togethercomputer/openchatkittogethercomputer 的头像

    togethercomputer/OpenChatKit

    8,981在 GitHub 上查看↗

    OpenChatKit is a training and inference toolkit for large language models. It provides a comprehensive set of tools for managing the model lifecycle, including a fine-tuning pipeline, a model weight converter, and a command-line interface for interacting with conversational agents. The toolkit features a framework for retrieval augmented generation, allowing models to incorporate relevant context from external vector indices. It also includes utilities for converting trained model checkpoints into formats compatible with standard inference libraries. The project covers conversational AI trai

    Ships a terminal-based environment for executing model inference and inspecting hyperparameters in real time.

    Python
    在 GitHub 上查看↗8,981
  • priorlabs/tabpfnPriorLabs 的头像

    PriorLabs/TabPFN

    7,408在 GitHub 上查看↗

    Ships an open-source Python package that runs inference locally on GPU for offline predictions.

    Pythondata-sciencefoundation-modelsmachine-learning
    在 GitHub 上查看↗7,408
  • paddlepaddle/fastdeployPaddlePaddle 的头像

    PaddlePaddle/FastDeploy

    3,700在 GitHub 上查看↗

    FastDeploy is a high-performance deployment framework for large language models, vision models, and multimodal models. It provides the infrastructure to launch model services that process combined image, video, and text inputs, exposing these capabilities through a standardized, OpenAI-compatible API for chat and text completions. The project distinguishes itself through advanced inference pipeline engineering and GPU optimization. It employs speculative decoding, tensor parallelism, and a disaggregated execution model that separates prefill and decode phases across different hardware resourc

    Provides a command-line interface for executing model inference in batch mode from files or URLs.

    Pythonernieernie-45ernie-45-vl
    在 GitHub 上查看↗3,700
  • kennethleungty/llama-2-open-source-llm-cpu-inferencekennethleungty 的头像

    kennethleungty/Llama-2-Open-Source-LLM-CPU-Inference

    973在 GitHub 上查看↗

    该项目提供了一个在本地消费级硬件上运行大语言模型并执行基于文档的问答的框架。通过将基于 CPU 的推理引擎与本地向量数据库集成,用户无需依赖云端 API 或专用 GPU 即可处理信息。 该系统作为一个命令行工具,管理私有信息处理的全生命周期。它将本地文本文件转换为可搜索的向量嵌入,使模型能够检索相关上下文,并基于用户提供的特定原始材料生成回答。通过使用量化模型执行,该框架降低了内存和计算需求,从而在标准硬件上也能流畅运行。 该项目涵盖了文档索引、语义检索和上下文感知生成的完整流水线。它通过将所有文档摄入、嵌入生成和模型推理任务保留在本地环境中,确保了数据隐私。

    Provides a command-line interface for orchestrating document ingestion and local model inference tasks.

    Pythonc-transformerschatgptcpu
    在 GitHub 上查看↗973
  1. Home
  2. Artificial Intelligence & ML
  3. Local Model Execution
  4. Local Inference CLI

探索子标签

  • Local Inference PackagesOpen-source Python packages that run model inference locally on GPU for offline predictions on private data. **Distinct from Local Inference CLI:** Distinct from Local Inference CLI: focuses on a Python package for local inference, not a command-line interface.