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

1 repo

Awesome GitHub RepositoriesModel Optimization Toolkits

Software suites for improving the performance and efficiency of trained machine learning models.

Distinguishing note: Covers broader optimization techniques including quantization and memory management, distinct from pure inference runtimes.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Model Optimization Toolkits. Refine with filters or upvote what's useful.

  1. Home
  2. Artificial Intelligence & ML
  3. Model Optimization Toolkits

Awesome Model Optimization Toolkits GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • karpathy/nanochat

    karpathy/nanochat

    43,699View on GitHub↗

    Nanochat is a lightweight execution environment designed for training and running language models on standard consumer hardware. It functions as both a neural network training framework and an inference engine, enabling users to perform backpropagation-based training and model execution directly on general-purpose processors without the need for dedicated graphics hardware. The project distinguishes itself through a suite of optimization tools that prioritize efficiency on local machines. By utilizing memory-mapped weight loading and CPU-optimized vector math, it maximizes throughput for inte

    A set of optimization tools that adjust numerical precision for weights and activations to balance memory consumption and computational speed during inference.

    Python
    43,699View on GitHub↗