[Docx] add language (en/cn) switch links (#4470)

* add install docs

* 修改文档

* 修改文档
This commit is contained in:
yangjianfengo1
2025-10-17 15:47:41 +08:00
committed by GitHub
parent a3e0a15495
commit ba5c2b7e37
106 changed files with 206 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
[简体中文](../zh/usage/code_overview.md)
# Code Overview
Below is an overview of the FastDeploy code structure and functionality organized by directory.

View File

@@ -1,3 +1,5 @@
[简体中文](../zh/usage/environment_variables.md)
# FastDeploy Environment Variables
FastDeploy's environment variables are defined in `fastdeploy/envs.py` at the root of the repository. Below is the documentation:

View File

@@ -1,3 +1,5 @@
[简体中文](../zh/usage/fastdeploy_unit_test_guide.md)
# FastDeploy Unit Test Specification
1. Test Naming Conventions
- Test files must start with test_.

View File

@@ -1,3 +1,5 @@
[简体中文](../zh/usage/kunlunxin_xpu_deployment.md)
## Supported Models
|Model Name|Context Length|Quantization|XPUs Required|Deployment Commands|Minimum Version Required|
|-|-|-|-|-|-|

View File

@@ -1,3 +1,5 @@
[简体中文](../zh/usage/log.md)
# Log Description
FastDeploy generates the following log files during deployment. Below is an explanation of each log's purpose.