Commit f37f15b2 authored by helloyongyang's avatar helloyongyang
Browse files

update docs

parent 0c3f4bb1
...@@ -32,6 +32,8 @@ Documentation ...@@ -32,6 +32,8 @@ Documentation
Attention Module <method_tutorials/attention.md> Attention Module <method_tutorials/attention.md>
Offloading <method_tutorials/offload.md> Offloading <method_tutorials/offload.md>
Parallel Inference <method_tutorials/parallel.md> Parallel Inference <method_tutorials/parallel.md>
Step Distill <method_tutorials/step_distill.md>
Autoregressive Distill <method_tutorials/autoregressive_distill.md>
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
...@@ -39,7 +41,8 @@ Documentation ...@@ -39,7 +41,8 @@ Documentation
Low Latency Deployment <deploy_guides/for_low_latency.md> Low Latency Deployment <deploy_guides/for_low_latency.md>
Low Resource Deployment <deploy_guides/for_low_resource.md> Low Resource Deployment <deploy_guides/for_low_resource.md>
Server Deployment <deploy_guides/deploy_service.md> Lora Deployment <deploy_guides/lora_deploy.md>
Service Deployment <deploy_guides/deploy_service.md>
Gradio Deployment <deploy_guides/deploy_gradio.md> Gradio Deployment <deploy_guides/deploy_gradio.md>
ComfyUI Deployment <deploy_guides/deploy_comfyui.md> ComfyUI Deployment <deploy_guides/deploy_comfyui.md>
Local Windows Deployment <deploy_guides/deploy_local_windows.md> Local Windows Deployment <deploy_guides/deploy_local_windows.md>
......
...@@ -32,6 +32,8 @@ ...@@ -32,6 +32,8 @@
注意力机制 <method_tutorials/attention.md> 注意力机制 <method_tutorials/attention.md>
参数卸载 <method_tutorials/offload.md> 参数卸载 <method_tutorials/offload.md>
并行推理 <method_tutorials/parallel.md> 并行推理 <method_tutorials/parallel.md>
步数蒸馏 <method_tutorials/step_distill.md>
自回归蒸馏 <method_tutorials/autoregressive_distill.md>
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
...@@ -39,6 +41,7 @@ ...@@ -39,6 +41,7 @@
低延迟场景部署 <deploy_guides/for_low_latency.md> 低延迟场景部署 <deploy_guides/for_low_latency.md>
低资源场景部署 <deploy_guides/for_low_resource.md> 低资源场景部署 <deploy_guides/for_low_resource.md>
Lora模型部署 <deploy_guides/lora_deploy.md>
服务化部署 <deploy_guides/deploy_service.md> 服务化部署 <deploy_guides/deploy_service.md>
gradio部署 <deploy_guides/deploy_gradio.md> gradio部署 <deploy_guides/deploy_gradio.md>
comfyui部署 <deploy_guides/deploy_comfyui.md> comfyui部署 <deploy_guides/deploy_comfyui.md>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment