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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 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 de facebookresearch

    facebookresearch/codellama

    16,307Ver en 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
    Ver en GitHub↗16,307
  • alisawuffles/ambientAvatar de alisawuffles

    alisawuffles/ambient

    66Ver en 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
    Ver en GitHub↗66
  • chroma-core/chromaAvatar de chroma-core

    chroma-core/chroma

    26,198Ver en 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
    Ver en GitHub↗26,198
  • antimatter15/alpaca.cppAvatar de antimatter15

    antimatter15/alpaca.cpp

    10,138Ver en 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
    Ver en GitHub↗10,138

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • artidoro/qloraAvatar de artidoro

    artidoro/qlora

    10,929Ver en 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
    Ver en GitHub↗10,929
  • awatson1978/meteor-cookbookAvatar de awatson1978

    awatson1978/meteor-cookbook

    1,666Ver en 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
    Ver en GitHub↗1,666
  • azat-co/cheatsheetsAvatar de azat-co

    azat-co/cheatsheets

    1,359Ver en GitHub↗

    JavaScript and Node.js cheatsheets

    HTML
    Ver en GitHub↗1,359
  • baai-wudao/modelAvatar de BAAI-WuDao

    BAAI-WuDao/Model

    132Ver en GitHub↗

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

    Ver en GitHub↗132
  • bentoml/openllmAvatar de bentoml

    bentoml/OpenLLM

    12,115Ver en GitHub↗

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

    Pythonbentomlfine-tuningllama
    Ver en GitHub↗12,115
  • beomi/koalpacaAvatar de Beomi

    Beomi/KoAlpaca

    1,576Ver en GitHub↗

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

    Jupyter Notebookalpacachatkoalpacakoalpaca
    Ver en GitHub↗1,576
  • berriai/litellmAvatar de BerriAI

    BerriAI/litellm

    50,579Ver en 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
    Ver en GitHub↗50,579
  • bigcode-project/starcoder2Avatar de bigcode-project

    bigcode-project/starcoder2

    2,075Ver en 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
    Ver en GitHub↗2,075
  • bigscience-workshop/petalsAvatar de bigscience-workshop

    bigscience-workshop/petals

    10,208Ver en 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
    Ver en GitHub↗10,208
  • brson/rust-anthologyAvatar de brson

    brson/rust-anthology

    1,519Ver en GitHub↗

    The best short-form writing about Rust, collected.

    Shell
    Ver en GitHub↗1,519
  • allenai/mmc4Avatar de allenai

    allenai/mmc4

    953Ver en GitHub↗

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

    Python
    Ver en GitHub↗953
  • codedotal/gpt-code-clippyAvatar de CodedotAl

    CodedotAl/gpt-code-clippy

    3,268Ver en GitHub↗

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

    Python
    Ver en GitHub↗3,268
  • confident-ai/deepevalAvatar de confident-ai

    confident-ai/deepeval

    13,733Ver en 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
    Ver en GitHub↗13,733
  • cranot/chatbot-injections-exploitsAvatar de Cranot

    Cranot/chatbot-injections-exploits

    407Ver en GitHub↗

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

    Ver en GitHub↗407
  • dariubs/gobooksAvatar de dariubs

    dariubs/GoBooks

    19,168Ver en 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
    Ver en GitHub↗19,168
  • databrickslabs/dollyAvatar de databrickslabs

    databrickslabs/dolly

    10,795Ver en 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
    Ver en GitHub↗10,795
  • deep-floyd/ifAvatar de deep-floyd

    deep-floyd/IF

    7,811Ver en 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
    Ver en GitHub↗7,811
  • deepseek-ai/deepseek-v3Avatar de deepseek-ai

    deepseek-ai/DeepSeek-V3

    103,753Ver en 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
    Ver en GitHub↗103,753
  • deniederhut/slides-scipyconf-2018Avatar de deniederhut

    deniederhut/Slides-SciPyConf-2018

    134Ver en GitHub↗

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

    Jupyter Notebook
    Ver en GitHub↗134
  • denysdovhan/wtfjsAvatar de denysdovhan

    denysdovhan/wtfjs

    37,628Ver en 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
    Ver en GitHub↗37,628
  • dimonomid/docker-quick-refAvatar de dimonomid

    dimonomid/docker-quick-ref

    200Ver en GitHub↗

    Docker: Printable Quick Reference

    Makefile
    Ver en GitHub↗200
  • dmayboroda/minimaAvatar de dmayboroda

    dmayboroda/minima

    1,048Ver en GitHub↗

    On-premises conversational RAG with configurable containers

    Pythonaiclaudecustom-gpts
    Ver en GitHub↗1,048
  • dvmazur/mixtral-offloadingAvatar de dvmazur

    dvmazur/mixtral-offloading

    2,328Ver en GitHub↗

    Run Mixtral-8x7B models in Colab or consumer desktops

    Pythoncolab-notebookdeep-learninggoogle-colab
    Ver en GitHub↗2,328
  • eleutherai/gpt-neoxAvatar de EleutherAI

    EleutherAI/gpt-neox

    7,392Ver en 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
    Ver en GitHub↗7,392
  • eon01/dockercheatsheetAvatar de eon01

    eon01/DockerCheatSheet

    3,938Ver en 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

    Ver en GitHub↗3,938
  • airobotlab/kochatgptA

    airobotlab/KoChatGPT

    0Ver en GitHub↗
    Ver en GitHub↗0