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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
lyogavin avatar

lyogavin/Anima

0
View on GitHub↗
32 stars·6 forks·9 views

Anima

Moved to here: https://github.com/lyogavin/airllm

Features

  • Text LLM Models - 33B parameter model fine-tuned using QLoRA for efficient performance.
  • Inference Frameworks - Memory-optimized inference framework for running large models on limited VRAM.

Star history

Star history chart for lyogavin/animaStar history chart for lyogavin/anima

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Anima

These projects share indexed features with Anima. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • openai/gpt-2openai avatar

    openai/gpt-2

    24,967View on GitHub↗

    This project is a transformer-based language model and autoregressive text generator designed to predict the next token in a sequence to produce human-like prose and synthetic text. It functions as a large language model that utilizes a transformer architecture to learn linguistic patterns from large datasets for unsupervised multitask learning. The repository provides a distribution of pre-trained weights, enabling natural language processing tasks without requiring additional training. This allows the model to perform zero-shot task generalization by applying learned patterns to new tasks.

    Python
    View on GitHub↗24,967
  • baichuan-inc/baichuan-13bbaichuan-inc avatar

    baichuan-inc/Baichuan-13B

    2,931View on GitHub↗

    A 13B large language model developed by Baichuan Intelligent Technology

    Pythonartificial-intelligencebenchmarkceval
    View on GitHub↗2,931
  • baichuan-inc/baichuan-7bbaichuan-inc avatar

    baichuan-inc/Baichuan-7B

    5,654View on GitHub↗

    Baichuan-7B is an open-source 7 billion parameter bilingual Transformer model designed for text generation and few-shot learning across Chinese and English. It is built on a large Transformer architecture trained on a bilingual corpus, enabling it to produce coherent text in both languages from a single model. The model incorporates several optimization techniques that distinguish it from standard large language models. It uses rotary position embeddings that can extrapolate to longer sequences than seen during training, allowing context extension beyond the original 4096-token training lengt

    Pythonartificial-intelligencecevalchatgpt
    View on GitHub↗5,654
  • alibaba/mnnalibaba avatar

    alibaba/MNN

    14,242View on GitHub↗

    MNN is a high-performance inference engine and framework designed for on-device machine learning. It provides a comprehensive environment for executing, optimizing, and deploying neural network models directly on mobile and resource-constrained edge devices. The framework distinguishes itself through a robust model optimization toolkit that supports quantization, compression, and structural graph manipulation to minimize memory footprint and maximize execution speed. It features a modular architecture that abstracts hardware-specific backends, allowing models to run efficiently across diverse

    C++armconvolutiondeep-learning
    View on GitHub↗14,242
Compare all 30 related projects→

Frequently asked questions

What does lyogavin/anima do?

Moved to here: https://github.com/lyogavin/airllm

What are the main features of lyogavin/anima?

The main features of lyogavin/anima are: Text LLM Models, Inference Frameworks.

Which projects share features with lyogavin/anima?

Projects with overlapping indexed features include: openai/gpt-2 — This project is a transformer-based language model and autoregressive text generator designed to predict the next… baichuan-inc/baichuan-13b — A 13B large language model developed by Baichuan Intelligent Technology. baichuan-inc/baichuan-7b — Baichuan-7B is an open-source 7 billion parameter bilingual Transformer model designed for text generation and… baichuan-inc/baichuan2 — Baichuan2 is a collection of pre-trained large language models, including base and chat variants, designed for natural… bentoml/openllm — OpenLLM is a framework for deploying, managing, and scaling open-source large language models. alibaba/mnn — MNN is a high-performance inference engine and framework designed for on-device machine learning. It provides a…