# ColossalAI-Documentation **Repository Path**: momingqimiaodeyudan/ColossalAI-Documentation ## Basic Information - **Project Name**: ColossalAI-Documentation - **Description**: 从GitHub拷贝ColossalAI-Documentation - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: feature/auto-doc - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-28 - **Last Updated**: 2023-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Colossal-AI Website You can build the website with the following commands. ```bash pip install -v ./doc-build bash ./scripts/build.sh ``` You can serve the built website with the following command. ```bash python -m http.server --directory ./docusaurus/build ```