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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
lyogavin avatar

lyogavin/Anima

0
View on GitHub↗
32 Stars·6 Forks·3 Aufrufe

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-Verlauf

Star-Verlauf für lyogavin/animaStar-Verlauf für lyogavin/anima

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Anima

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Anima.
  • openai/gpt-2Avatar von openai

    openai/gpt-2

    24,967Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗24,967
  • baichuan-inc/baichuan-13bAvatar von baichuan-inc

    baichuan-inc/Baichuan-13B

    2,931Auf GitHub ansehen↗

    A 13B large language model developed by Baichuan Intelligent Technology

    Pythonartificial-intelligencebenchmarkceval
    Auf GitHub ansehen↗2,931
  • baichuan-inc/baichuan-7bAvatar von baichuan-inc

    baichuan-inc/Baichuan-7B

    5,654Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,654
  • alibaba/mnnAvatar von alibaba

    alibaba/MNN

    14,242Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗14,242
Alle 30 Alternativen zu Anima anzeigen→

Häufig gestellte Fragen

Was macht lyogavin/anima?

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

Was sind die Hauptfunktionen von lyogavin/anima?

Die Hauptfunktionen von lyogavin/anima sind: Text LLM Models, Inference Frameworks.

Welche Open-Source-Alternativen gibt es zu lyogavin/anima?

Open-Source-Alternativen zu lyogavin/anima sind unter anderem: 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…