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
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
abacaj avatar

abacaj/mpt-30B-inference

0
View on GitHub↗
574 Stars·90 Forks·Python·MIT·4 Aufrufe

Mpt 30B Inference

Run inference on the latest MPT-30B model using your CPU. This inference code uses a ggml quantized model. To run the model we'll use a library called ctransformers that has bindings to ggml in python.

Features

  • General Purpose Models - Optimized inference implementation for high-performance foundation models.

Star-Verlauf

Star-Verlauf für abacaj/mpt-30b-inferenceStar-Verlauf für abacaj/mpt-30b-inference

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 Mpt 30B Inference

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Mpt 30B Inference.
  • openlmlab/mossAvatar von OpenLMLab

    OpenLMLab/MOSS

    12,140Auf GitHub ansehen↗

    MOSS is a conversational AI platform, fine-tuning toolkit, and quantized model runtime. It provides a framework for deploying large language models capable of multi-turn dialogue, general-purpose response generation, and following complex instructions. The system functions as a tool-augmented framework that extends model knowledge through external plugins and tool-call loops. This allows the model to execute tasks via search engines and calculators to augment responses with external data. The project covers model training through supervised conversational fine-tuning and optimizes deployment

    Python
    Auf GitHub ansehen↗12,140
  • blinkdl/rwkv-lmAvatar von BlinkDL

    BlinkDL/RWKV-LM

    14,568Auf GitHub ansehen↗

    RWKV-LM is a framework for training and deploying recurrent language models. It utilizes a linear-time recurrent architecture that enables text generation and sequence processing with constant memory and time complexity, avoiding the quadratic scaling of traditional attention caches. The project implements a parallelizable training mechanism that allows recurrent models to be trained using global operations while maintaining cache-free inference. It includes state-tuning capabilities to optimize the initial hidden state and utilizes adaptive probability-mass sampling to control token diversit

    Python
    Auf GitHub ansehen↗14,568
  • databrickslabs/dollyAvatar von databrickslabs

    databrickslabs/dolly

    10,795Auf GitHub ansehen↗

    Dolly is an instruction-tuned large language model designed to follow complex natural language directions. It operates as a causal language model that predicts the next token in a sequence to generate coherent conversational responses and perform tasks such as brainstorming, classification, and question answering. The project focuses on the development of models using open datasets suitable for commercial application. It enables the creation of instruction-following models by utilizing curated collections of human-generated instruction-response pairs. The repository provides capabilities for

    Python
    Auf GitHub ansehen↗10,795
  • atla-ai/selene-miniAvatar von atla-ai

    atla-ai/selene-mini

    30Auf GitHub ansehen↗

    🛝 Playground | 📄 Technical report | 💻 GitHub | 👀 Sign up for the API

    Jupyter Notebook
    Auf GitHub ansehen↗30
Alle 25 Alternativen zu Mpt 30B Inference anzeigen→

Häufig gestellte Fragen

Was macht abacaj/mpt-30b-inference?

Run inference on the latest MPT-30B model using your CPU. This inference code uses a ggml quantized model. To run the model we'll use a library called ctransformers that has bindings to ggml in python.

Was sind die Hauptfunktionen von abacaj/mpt-30b-inference?

Die Hauptfunktionen von abacaj/mpt-30b-inference sind: General Purpose Models.

Welche Open-Source-Alternativen gibt es zu abacaj/mpt-30b-inference?

Open-Source-Alternativen zu abacaj/mpt-30b-inference sind unter anderem: openlmlab/moss — MOSS is a conversational AI platform, fine-tuning toolkit, and quantized model runtime. It provides a framework for… blinkdl/rwkv-lm — RWKV-LM is a framework for training and deploying recurrent language models. It utilizes a linear-time recurrent… databrickslabs/dolly — Dolly is an instruction-tuned large language model designed to follow complex natural language directions. It operates… deepseek-ai/deepseek-llm — DeepSeek-LLM is a large language model and causal language model designed for natural language generation. It… ecnu-icalk/educhat — An open-source educational chat model from ICALK, East China Normal University. 开源中英教育对话大模型。(通用基座模型,GPU部署,数据清理) 致敬:… atla-ai/selene-mini — 🛝 Playground | 📄 Technical report | 💻 GitHub | 👀 Sign up for the API.