# ByteMLPerfWeb **Repository Path**: ByteDance/ByteMLPerfWeb ## Basic Information - **Project Name**: ByteMLPerfWeb - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-10 - **Last Updated**: 2025-09-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ByteMLPerf Documentation 📄 Documentation for ByteMLPerfWeb. ## Translation Currently ByteMLPerf provides documentation in English and Chinese. If you can use Chinese, please update both documents at the same time. Otherwise, just update the English documentation. ```bash root └─ docs ├─ en # English Document └─ zh # Chinese Document ``` ## Contributing This website is built with [Rspress](https://rspress.dev), the document content can be written using markdown or mdx syntax. You can refer to the [Rspress Website](https://rspress.dev) for detailed usage. The source code of Rspress can be found in [this folder](https://github.com/web-infra-dev/rspress). If you have any problems using the Rspress, please create a new issue at [Rspress Issues](https://github.com/web-infra-dev/rspress/issues). ### Install pnpm ```bash # enable pnpm with corepack # only available on node >= `v14.19.0` corepack enable # or install pnpm 7 directly npm install -g pnpm@7 ``` ### Local Development ```bash pnpm install pnpm run dev ``` ### Production Build ```bash pnpm run build ```