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

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

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

2 个仓库

Awesome GitHub RepositoriesLLM Format Converters

Tools for transforming large language models into formats optimized for local hardware.

Distinct from Model Conversion: Specializes in LLM-specific conversions rather than general model format transformations

Explore 2 awesome GitHub repositories matching devops & infrastructure · LLM Format Converters. Refine with filters or upvote what's useful.

Awesome LLM Format Converters GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • microsoft/vscode-copilot-chatmicrosoft 的头像

    microsoft/vscode-copilot-chat

    9,493在 GitHub 上查看↗

    This project is an AI-powered IDE extension and LLM coding assistant that provides a conversational interface for generating, refactoring, and debugging code. It functions as an AI agent framework and a Model Context Protocol client, connecting AI models to external data sources and tools to automate complex development tasks. The system is distinguished by its use of autonomous AI agents capable of multi-step task execution, including the ability to read files, modify code, and run terminal commands iteratively. It supports recursive agent orchestration through subagent delegation and employ

    Transforms large language models for local use by leveraging local GPU resources.

    TypeScript
    在 GitHub 上查看↗9,493
  • b4rtaz/distributed-llamab4rtaz 的头像

    b4rtaz/distributed-llama

    2,837在 GitHub 上查看↗

    Distributed-llama is a distributed inference engine and command line tool for running large language models across multiple networked machines. It functions as a compute cluster manager that coordinates worker nodes to share the computational load of a single model. The system utilizes tensor parallelism to shard model weights across different hosts, allowing the execution of models that exceed the memory capacity of a single piece of hardware. It includes a dedicated format converter to transform standard model files into a compatible binary layout optimized for distributed loading. The eng

    Transforms large language models into specialized formats optimized for distributed inference on private hardware.

    C++distributed-computingdistributed-llmllama2
    在 GitHub 上查看↗2,837
  1. Home
  2. DevOps & Infrastructure
  3. Model Conversion
  4. LLM Format Converters