awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to abacaj/mpt-30b-inference

Open-source alternatives to Mpt 30B Inference

25 open-source projects similar to abacaj/mpt-30b-inference, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Mpt 30B Inference alternative.

  • openlmlab/mossالصورة الرمزية لـ OpenLMLab

    OpenLMLab/MOSS

    12,140عرض على GitHub↗

    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
    عرض على GitHub↗12,140
  • atla-ai/selene-miniالصورة الرمزية لـ atla-ai

    atla-ai/selene-mini

    30عرض على GitHub↗

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

    Jupyter Notebook
    عرض على GitHub↗30
  • blinkdl/rwkv-lmالصورة الرمزية لـ BlinkDL

    BlinkDL/RWKV-LM

    14,568عرض على GitHub↗

    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
    عرض على GitHub↗14,568
  • databrickslabs/dollyالصورة الرمزية لـ databrickslabs

    databrickslabs/dolly

    10,795عرض على GitHub↗

    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
    عرض على GitHub↗10,795

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • deepseek-ai/deepseek-llmالصورة الرمزية لـ deepseek-ai

    deepseek-ai/deepseek-LLM

    7,100عرض على GitHub↗

    DeepSeek-LLM is a large language model and causal language model designed for natural language generation. It functions as a multi-lingual system capable of predicting the next token in a sequence to perform text completion and conversational generation. The model is specialized for logical reasoning, specifically as a code and math LLM. This enables it to perform complex problem solving, which includes generating executable code and solving mathematical equations through step-by-step analysis. The system's broader capabilities cover conversational AI, including the generation of chat comple

    Makefile
    عرض على GitHub↗7,100
  • ecnu-icalk/educhatالصورة الرمزية لـ ECNU-ICALK

    ECNU-ICALK/EduChat

    940عرض على GitHub↗

    An open-source educational chat model from ICALK, East China Normal University. 开源中英教育对话大模型。(通用基座模型,GPU部署,数据清理) 致敬: LLaMA, MOSS, BELLE, Ziya, vLLM

    Jupyter Notebookbellechinese-nlpdata-cleaning
    عرض على GitHub↗940
  • eleutherai/pythiaالصورة الرمزية لـ EleutherAI

    EleutherAI/pythia

    2,827عرض على GitHub↗

    This repository is for EleutherAI's project Pythia which combines interpretability analysis and scaling laws to understand how knowledge develops and evolves during training in autoregressive transformers. For detailed info on the models, their training, and their properties, please see our…

    Jupyter Notebook
    عرض على GitHub↗2,827
  • facebookresearch/llamaالصورة الرمزية لـ facebookresearch

    facebookresearch/llama

    59,466عرض على GitHub↗

    Llama is a large language model runtime and inference engine designed to load and execute autoregressive transformer models. It enables the generation of natural language text completions from prompts using pretrained weights. The system features multi-GPU model parallelism, which distributes model weights and workloads across multiple graphics processors to support larger parameter counts. It also incorporates a content safety filter that uses classifiers to intercept and block unsafe inputs or outputs during the inference process. The project covers broad capabilities in distributed model

    Python
    عرض على GitHub↗59,466
  • google-research/google-researchالصورة الرمزية لـ google-research

    google-research/google-research

    38,139عرض على GitHub↗

    This repository serves as a comprehensive research platform and toolkit for advancing machine learning, quantum computing, and large-scale scientific data analysis. It provides foundational frameworks for developing complex algorithmic systems, offering the necessary infrastructure for distributed training, computational graph execution, and high-performance model development. The project distinguishes itself by integrating specialized research domains with robust, privacy-preserving methodologies. It supports diverse scientific discovery through tools for quantum simulation, physics-informed

    Jupyter Notebookaimachine-learningresearch
    عرض على GitHub↗38,139
  • google-research/t5xالصورة الرمزية لـ google-research

    google-research/t5x

    2,972عرض على GitHub↗

    Go to T5X ReadTheDocs Documentation Page.

    Python
    عرض على GitHub↗2,972
  • google-research/text-to-text-transfer-transformerالصورة الرمزية لـ google-research

    google-research/text-to-text-transfer-transformer

    6,528عرض على GitHub↗

    This is a machine learning framework for treating diverse natural language processing tasks as a unified text-to-text problem. It provides a toolkit for pre-training and fine-tuning large-scale transformer models, utilizing a system where both inputs and outputs are formatted as raw text sequences. The framework is distinguished by its distributed training system, which uses mesh-based strategies to scale model weights and training batches across multiple TPU cores. It supports multi-task learning by combining diverse datasets into a single training stream using configurable mixture rates, al

    Python
    عرض على GitHub↗6,528
  • h2oai/h2ogptالصورة الرمزية لـ h2oai

    h2oai/h2ogpt

    12,016عرض على GitHub↗

    h2oGPT is a self-hosted platform designed for running large language models and executing retrieval-augmented generation workflows locally. It provides a comprehensive web interface that allows users to index private document collections into searchable databases, enabling context-aware question answering and summarization without exposing sensitive data to external services. The platform distinguishes itself by offering a modular architecture that supports both local model execution and connections to external inference servers. It facilitates the development of autonomous agents capable of

    Pythonaichatgptembeddings
    عرض على GitHub↗12,016
  • hc-guo/owlالصورة الرمزية لـ HC-Guo

    HC-Guo/Owl

    237عرض على GitHub↗

    A Large Language Model for IT Operations

    Python
    عرض على GitHub↗237
  • kingoflolz/mesh-transformer-jaxالصورة الرمزية لـ kingoflolz

    kingoflolz/mesh-transformer-jax

    6,376عرض على GitHub↗

    This project is a JAX-based transformer framework and large language model trainer designed for building and training distributed models on TPU hardware accelerators. It provides a system for pretraining and fine-tuning autoregressive models by splitting weights and computations across a mesh of devices to reduce memory overhead and increase processing speed. The framework includes a TPU compute orchestrator for provisioning resources and automating dependency installation across remote distributed nodes. It also features a model weight converter capable of transforming and resharding checkpo

    Python
    عرض على GitHub↗6,376
  • nomic-ai/gpt4allالصورة الرمزية لـ nomic-ai

    nomic-ai/gpt4all

    77,375عرض على GitHub↗

    GPT4All is a cross-platform runtime environment designed to execute large language models directly on local consumer hardware. By leveraging an optimized C++ inference backend, it enables private, offline AI interactions without requiring an internet connection or external cloud services. The project provides a comprehensive ecosystem for managing the entire model lifecycle, including discovery, downloading, and configuration of local weights. What distinguishes the platform is its integrated retrieval-augmented generation engine, which allows users to index local documents into semantic vect

    C++ai-chatllm-inference
    عرض على GitHub↗77,375
  • ruc-gsai/yulan-miniالصورة الرمزية لـ RUC-GSAI

    RUC-GSAI/YuLan-Mini

    231عرض على GitHub↗

    A highly capable 2.4B lightweight LLM using only 1T pre-training data with all details.

    Python
    عرض على GitHub↗231
  • skyworkai/skyworkالصورة الرمزية لـ SkyworkAI

    SkyworkAI/Skywork

    1,495عرض على GitHub↗

    Skywork series models are pre-trained on 3.2TB of high-quality multilingual (mainly Chinese and English) and code data. We have open-sourced the model, training data, evaluation data, evaluation methods, etc.

    Pythonllm
    عرض على GitHub↗1,495
  • slai-labs/get-beamالصورة الرمزية لـ slai-labs

    slai-labs/get-beam

    103عرض على GitHub↗

    Hosting for any Python project, big or small. Run AI / ML inference, FastAPI apps, or cron jobs. Beam is the easiest way to run Python on the cloud.

    Shell
    عرض على GitHub↗103
  • stability-ai/stablelmالصورة الرمزية لـ Stability-AI

    Stability-AI/StableLM

    15,699عرض على GitHub↗

    StableLM is a pre-trained transformer-based large language model designed for natural language generation and zero-shot inference. It functions as a causal language model that predicts the next token in a sequence to produce human-like text for conversational and creative writing tasks. The model is built as a fine-tunable base, allowing the adaptation of pre-trained weights to specific tasks or styles through custom dataset training and weight regularization. It utilizes rotary positional embeddings and flash-attention to optimize memory usage and processing efficiency during deployment on G

    Jupyter Notebook
    عرض على GitHub↗15,699
  • thudm/chatglm-6bالصورة الرمزية لـ THUDM

    THUDM/ChatGLM-6B

    41,040عرض على GitHub↗

    ChatGLM-6B is an open-source bilingual large language model designed for natural dialogue and text generation in both English and Chinese. It is structured as a dialogue model capable of tasks such as role-playing and information extraction. The project provides implementations for quantized language models, using low-precision weights to reduce GPU memory requirements for local inference. It also supports parameter-efficient fine-tuning, allowing model behavior to be optimized for specific tasks without requiring full retraining. The model includes capabilities for local execution on GPUs a

    Python
    عرض على GitHub↗41,040
  • thudm/chatglm2-6bالصورة الرمزية لـ THUDM

    THUDM/ChatGLM2-6B

    15,565عرض على GitHub↗

    ChatGLM2-6B is an open-weight large language model designed for natural language conversations and text generation in both English and Chinese. It functions as a bilingual chat model capable of processing and maintaining coherence across text sequences up to 32K tokens. The model is optimized for local deployment through precision quantization, which reduces memory requirements to allow execution on consumer-grade hardware. It supports distributing model weights across multiple graphics cards to handle parameters that exceed the memory of a single device. The project covers capabilities for

    Python
    عرض على GitHub↗15,565
  • thudm/chatglm3الصورة الرمزية لـ THUDM

    THUDM/ChatGLM3

    13,676عرض على GitHub↗

    ChatGLM3 is an open-weights large language model designed for bilingual conversational interactions in English and Chinese. It functions as a tool-augmented system capable of calling external functions and executing internal code to resolve complex tasks. The model utilizes four-bit quantization to reduce memory requirements, enabling inference on consumer hardware and diverse processing units including GPUs and CPUs. It features an expanded context window for processing and summarizing long documents and includes a supervised fine-tuning pipeline for adapting the model to specialized domains

    Python
    عرض على GitHub↗13,676
  • xai-org/grok-1الصورة الرمزية لـ xai-org

    xai-org/grok-1

    51,690عرض على GitHub↗

    Grok-1 is an open-weights large language model implementation featuring a sparse mixture-of-experts architecture. It is designed for high-performance text generation and natural language processing by activating only a subset of specialized expert layers per token. The model utilizes 8-bit weight quantization to reduce memory overhead and accelerate loading. To manage its high parameter count, the implementation supports activation sharding, which distributes the memory load across multiple hardware devices during execution. The project covers large-scale model inference, including text comp

    Python
    عرض على GitHub↗51,690
  • 01-ai/yi-1.5الصورة الرمزية لـ 01-ai

    01-ai/Yi-1.5

    559عرض على GitHub↗

    💪 Tech Blog • 🙌 FAQ • 📗 Learning Hub

    عرض على GitHub↗559
  • yandex/yalm-100bالصورة الرمزية لـ yandex

    yandex/YaLM-100B

    3,759عرض على GitHub↗

    YaLM-100B is a large language model and open-weights AI model designed for generating and processing natural language text. It functions as a multilingual text generator optimized for producing and understanding human language content specifically in English and Russian. The model is built for large scale language modeling and open source AI research, providing a foundation for text-based machine learning tasks. It utilizes a decoder-only transformer architecture with a multilingual embedding space to map English and Russian text into a shared vector space. Its broader capabilities cover nat

    Python
    عرض على GitHub↗3,759