GraphCanon updated 1d · GitHub synced 1d · 34 views this month
Decision brief
Llama-Chinese is designed to offer a development and deployment environment for Chinese-optimized Llama large language models, using Docker for quick setup.
Observed Jul 11, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Dormant (499d since push)
- As of 1d
- Provenance
- Not a fork · Organization account
- As of 1d
- Security (OSV)
- 69 low (69 low)
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install Llama-Chinese PyPIHow it fits your stack(3)
Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.
Integrates
Relationship graph
Optional deeper exploration of typed edges and category neighbours.
Similar tools
Same-category neighbours not already linked as typed edges.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
该仓库提供了一个针对中文优化的Llama大模型的开发和部署环境。它包括了使用Docker快速启动的指南。
Capability facts
- Languages
- python
Source: github.language · Aug 19, 2026
Categories
Graph entities
Tags
README
快速上手-使用Docker
详情参见:Docker部署
第 1 步:准备docker镜像,通过docker容器启动chat_gradio.py
git clone https://github.com/LlamaFamily/Llama-Chinese.git
cd Llama-Chinese
docker build -f docker/Dockerfile -t flagalpha/llama2-chinese:gradio .
第 2 步:通过docker-compose启动chat_gradio
cd Llama-Chinese/docker
docker-compose up -d --build
For agents
This page has a .md twin and JSON over the API.