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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to llamafamily/llama-chinese

Open-source alternatives to Llama Chinese

30 open-source projects similar to llamafamily/llama-chinese, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Llama Chinese alternative.

  • facebookresearch/codellamaAvatar facebookresearch

    facebookresearch/codellama

    16,307Vezi pe GitHub↗

    Code Llama is a large language model based on Llama 2 trained specifically for programming tasks and software development. It provides specialized model types optimized for general code generation, instruction following, and context-aware infilling. The project includes an instruction-tuned programming model for executing technical tasks via natural language prompts and a code infilling model that predicts missing sections based on surrounding source context. A large context code model is also provided to analyze extensive blocks of source code for improved coherence. The system covers capab

    Python
    Vezi pe GitHub↗16,307
  • alisawuffles/ambientAvatar alisawuffles

    alisawuffles/ambient

    66Vezi pe GitHub↗

    Code and data associated with the AmbiEnt dataset in "We're Afraid Language Models Aren't Modeling Ambiguity" (Liu et al., 2023)

    Jupyter Notebook
    Vezi pe GitHub↗66
  • chroma-core/chromaAvatar chroma-core

    chroma-core/chroma

    26,198Vezi pe GitHub↗

    Chroma is a specialized vector database designed to index and retrieve high-dimensional data representations for semantic similarity search. It functions as a comprehensive platform for information retrieval, enabling the storage and management of unstructured documents alongside structured metadata. By mapping data into numerical representations, the system facilitates rapid similarity lookups across large datasets. The platform distinguishes itself through a hybrid search infrastructure that combines dense vector embeddings with sparse keyword and regular expression matching to balance sema

    Rustaidatabasedocument-retrieval
    Vezi pe GitHub↗26,198
  • antimatter15/alpaca.cppAvatar antimatter15

    antimatter15/alpaca.cpp

    10,138Vezi pe GitHub↗

    alpaca.cpp is a high-performance local inference engine implemented in C++ for executing instruction-tuned large language models. It serves as a quantized model runtime designed to load and run model tensors on local hardware with minimal dependencies, removing the requirement for a full Python environment. The project focuses on on-device text generation and the deployment of private AI chatbots. It utilizes model weight quantization to reduce memory requirements and increase inference speed on consumer-grade devices. The system covers hardware-optimized model execution through thread-pool

    C
    Vezi pe GitHub↗10,138

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • artidoro/qloraAvatar artidoro

    artidoro/qlora

    10,929Vezi pe GitHub↗

    This project is a quantized fine-tuning framework for large language models. It implements a low-rank adaptation library and a four-bit quantizer to reduce the GPU memory requirements needed to train large models. The framework utilizes four-bit quantization and low-rank adapters to enable model training on consumer-grade hardware. It further reduces the memory footprint through double quantization and a paged optimizer that offloads states to system RAM. The system supports distributed training across multiple GPUs to handle larger parameter scales and includes utilities for custom dataset

    Jupyter Notebook
    Vezi pe GitHub↗10,929
  • awatson1978/meteor-cookbookAvatar awatson1978

    awatson1978/meteor-cookbook

    1,666Vezi pe GitHub↗

    Welcome to the Node on FHIR Cookbook. This repository contains cookbook recipes for writing Node/Javascript software that's intended to be used in clinical, laboratory, and healthcare settings. If you're using Node.js (and the Meteor build pipeline) and need to implement a HIPAA audit log, or do…

    Shell
    Vezi pe GitHub↗1,666
  • azat-co/cheatsheetsAvatar azat-co

    azat-co/cheatsheets

    1,359Vezi pe GitHub↗

    JavaScript and Node.js cheatsheets

    HTML
    Vezi pe GitHub↗1,359
  • baai-wudao/modelAvatar BAAI-WuDao

    BAAI-WuDao/Model

    132Vezi pe GitHub↗

    “悟道”项目现有7个开源模型成果,本仓库提供所有开源成果的模型参数文件链接。

    Vezi pe GitHub↗132
  • bentoml/openllmAvatar bentoml

    bentoml/OpenLLM

    12,115Vezi pe GitHub↗

    OpenLLM is a framework for deploying, managing, and scaling open-source large language models

    Pythonbentomlfine-tuningllama
    Vezi pe GitHub↗12,115
  • beomi/koalpacaAvatar Beomi

    Beomi/KoAlpaca

    1,576Vezi pe GitHub↗

    KoAlpaca: 한국어 명령어를 이해하는 오픈소스 언어모델 (KoAlpaca: An open-source language model to understand Korean instructions)

    Jupyter Notebookalpacachatkoalpacakoalpaca
    Vezi pe GitHub↗1,576
  • berriai/litellmAvatar BerriAI

    BerriAI/litellm

    50,579Vezi pe GitHub↗

    LiteLLM is a unified gateway and proxy server designed to centralize access to over one hundred language model providers. It provides a standardized API interface that abstracts vendor-specific schemas, allowing developers to interact with diverse models through a single, consistent format. By acting as a central traffic management layer, it enables organizations to route, secure, and govern model interactions across multiple deployments. The platform distinguishes itself through its policy-driven architecture, which uses configuration-based routing to manage traffic distribution, load balanc

    Pythonai-gatewayanthropicazure-openai
    Vezi pe GitHub↗50,579
  • bigcode-project/starcoder2Avatar bigcode-project

    bigcode-project/starcoder2

    2,075Vezi pe GitHub↗

    StarCoder2 is a family of code generation models (3B, 7B, and 15B), trained on 600+ programming languages from The Stack v2 and some natural language text such as Wikipedia, Arxiv, and GitHub issues. The models use Grouped Query Attention, a context window of 16,384 tokens, with sliding window…

    Python
    Vezi pe GitHub↗2,075
  • bigscience-workshop/petalsAvatar bigscience-workshop

    bigscience-workshop/petals

    10,208Vezi pe GitHub↗

    Petals is a decentralized framework and inference engine for running large language models across a peer-to-peer network. It enables the execution of models that exceed the memory of any single machine by splitting computations and model layers across a collaborative swarm of GPUs. The system functions as a collaborative compute network where participants share local GPU resources and host model weights. It supports distributed prompt-tuning to adapt massive models to specific tasks and allows for the establishment of private compute swarms to process sensitive data within restricted, trusted

    Python
    Vezi pe GitHub↗10,208
  • brson/rust-anthologyAvatar brson

    brson/rust-anthology

    1,519Vezi pe GitHub↗

    The best short-form writing about Rust, collected.

    Shell
    Vezi pe GitHub↗1,519
  • allenai/mmc4Avatar allenai

    allenai/mmc4

    953Vezi pe GitHub↗

    MultimodalC4 is a multimodal extension of c4 that interleaves millions of images with text.

    Python
    Vezi pe GitHub↗953
  • codedotal/gpt-code-clippyAvatar CodedotAl

    CodedotAl/gpt-code-clippy

    3,268Vezi pe GitHub↗

    Please refer to our new GitHub Wiki which documents our efforts in detail in creating the open source version of GitHub Copilot

    Python
    Vezi pe GitHub↗3,268
  • confident-ai/deepevalAvatar confident-ai

    confident-ai/deepeval

    13,733Vezi pe GitHub↗

    Deepeval is a framework for testing and evaluating large language model applications. It provides a suite of tools for executing automated regression tests, validating model output quality against defined standards, and tracing the execution of complex agent workflows. By integrating these capabilities into development pipelines, the platform ensures consistent performance and reliability throughout the software lifecycle. The platform distinguishes itself through its focus on programmatic validation and observability. It utilizes secondary language models to score output quality and employs

    Pythonevaluation-frameworkevaluation-metricsllm-evaluation
    Vezi pe GitHub↗13,733
  • cranot/chatbot-injections-exploitsAvatar Cranot

    Cranot/chatbot-injections-exploits

    407Vezi pe GitHub↗

    ChatBot Injection and Exploit Examples: A Curated List of Prompt Engineer Commands - ChatGPT

    Vezi pe GitHub↗407
  • dariubs/gobooksAvatar dariubs

    dariubs/GoBooks

    19,168Vezi pe GitHub↗

    GoBooks is a curated directory and index of technical literature designed to support software engineering development and professional growth. The project functions as a structured repository that organizes educational materials into learning paths, allowing developers to discover resources tailored to their specific proficiency levels and career goals. The collection is centered on the Go programming language, providing a progression of books and guides that range from fundamental syntax to advanced system design patterns. By utilizing a structured classification system, the repository enabl

    Goawesomeawesome-goawesome-golang
    Vezi pe GitHub↗19,168
  • databrickslabs/dollyAvatar databrickslabs

    databrickslabs/dolly

    10,795Vezi pe 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
    Vezi pe GitHub↗10,795
  • deep-floyd/ifAvatar deep-floyd

    deep-floyd/IF

    7,811Vezi pe GitHub↗

    IF is a text-to-image diffusion system that translates natural language descriptions into visual imagery. The project provides a generative pipeline for creating images, an inpainting tool for modifying specific image sections, and a super-resolution upscaler to increase pixel density and clarity. The system includes a concept fine-tuning framework that allows for the teaching of new visual concepts by updating a small set of parameters. It also supports image style transfer to apply the aesthetic characteristics of a reference image to a new output.

    Python
    Vezi pe GitHub↗7,811
  • deepseek-ai/deepseek-v3Avatar deepseek-ai

    deepseek-ai/DeepSeek-V3

    103,753Vezi pe GitHub↗

    DeepSeek-V3 is a large language model that provides comprehensive resources for model utilization, including technical specifications, pre-trained weights, and evaluation benchmarks. The project details the core transformer architecture, including parameter counts and multi-token prediction modules, while supporting native 8-bit floating-point quantization. The repository offers extensive support for local and distributed inference through integration with multiple frameworks and engines. It includes documentation for deploying the model across various hardware configurations, such as GPUs an

    Python
    Vezi pe GitHub↗103,753
  • deniederhut/slides-scipyconf-2018Avatar deniederhut

    deniederhut/Slides-SciPyConf-2018

    134Vezi pe GitHub↗

    That's because you are a amazing! Here's how it works:

    Jupyter Notebook
    Vezi pe GitHub↗134
  • denysdovhan/wtfjsAvatar denysdovhan

    denysdovhan/wtfjs

    37,628Vezi pe GitHub↗

    This project is an educational resource and technical reference archive focused on the core architecture and counter-intuitive behaviors of the JavaScript programming language. It provides a comprehensive collection of language edge cases, syntax anomalies, and runtime inconsistencies that challenge standard developer assumptions. By grounding these examples in the official ECMAScript specification, the repository serves as a guide for understanding the underlying mechanics of the language. The project distinguishes itself by cataloging specific instances of type coercion, operator precedence

    JavaScriptbookhandbookjavascript
    Vezi pe GitHub↗37,628
  • dimonomid/docker-quick-refAvatar dimonomid

    dimonomid/docker-quick-ref

    200Vezi pe GitHub↗

    Docker: Printable Quick Reference

    Makefile
    Vezi pe GitHub↗200
  • dmayboroda/minimaAvatar dmayboroda

    dmayboroda/minima

    1,048Vezi pe GitHub↗

    On-premises conversational RAG with configurable containers

    Pythonaiclaudecustom-gpts
    Vezi pe GitHub↗1,048
  • dvmazur/mixtral-offloadingAvatar dvmazur

    dvmazur/mixtral-offloading

    2,328Vezi pe GitHub↗

    Run Mixtral-8x7B models in Colab or consumer desktops

    Pythoncolab-notebookdeep-learninggoogle-colab
    Vezi pe GitHub↗2,328
  • eleutherai/gpt-neoxAvatar EleutherAI

    EleutherAI/gpt-neox

    7,392Vezi pe GitHub↗

    gpt-neox is a distributed training system and framework for building large-scale autoregressive language models. It implements the transformer architecture and provides a toolkit for training models with billions of parameters by distributing weights across compute clusters. The framework distinguishes itself through extensive support for distributed model parallelism, including pipeline and sequence parallelism, to overcome single-device memory limits. It further supports sparse model architectures using a mixture of experts system with Sinkhorn-based routing. The project covers a broad ran

    Pythondeepspeed-librarygpt-3language-model
    Vezi pe GitHub↗7,392
  • eon01/dockercheatsheetAvatar eon01

    eon01/DockerCheatSheet

    3,938Vezi pe GitHub↗

    This project is a comprehensive reference guide and cheat sheet for the Docker CLI. It provides a structured collection of commands and documentation to help users manage container lifecycles, build images, and handle registries. The documentation specifically covers the orchestration of multi-container applications using Docker Compose and the management of scalable services across multiple nodes via Docker Swarm. It also includes detailed guides for configuring virtual networks, bridges, and ports to control container communication. The reference surface extends to container image administ

    Vezi pe GitHub↗3,938
  • airobotlab/kochatgptA

    airobotlab/KoChatGPT

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0