awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • microsoft/vscode-copilot-chatAvatar microsoft

    microsoft/vscode-copilot-chat

    9,493Vezi pe 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
    Vezi pe GitHub↗9,493
  • b4rtaz/distributed-llamaAvatar b4rtaz

    b4rtaz/distributed-llama

    2,837Vezi pe 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
    Vezi pe GitHub↗2,837
  1. Home
  2. DevOps & Infrastructure
  3. Model Conversion
  4. LLM Format Converters