awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Model Downloaders · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesModel Downloaders

Frameworks that facilitate the retrieval of model weights and configuration files from remote storage.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Model Downloaders. Refine with filters or upvote what's useful.

  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Infrastructure
  5. Model Management
  6. Model Downloaders

Awesome Model Downloaders GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • vllm-project/vllm

    vllm-project/vllm

    70,745GitHubView on GitHub↗

    vLLM is a high-throughput inference engine designed for the efficient serving and execution of large language models. It functions as a production-ready distributed model server, providing standard API protocols for online serving while also supporting offline batch processing. The system is built to maximize token gen

    Facilitates the retrieval and loading of model weights and configuration files from remote storage for immediate execution.

    Pythonamdblackwellcuda
  • meta-llama/llama

    meta-llama/llama

    59,157GitHubView on GitHub↗

    Llama is a computational framework and runtime environment designed for executing transformer-based neural networks locally. It functions as a generative AI inference engine, enabling the processing of input sequences through pre-trained model weights to produce text completions and structured data outputs directly on

    Retrieves model weights and configuration files from remote repositories for local deployment.

    Python