Commit 4c5db2fe authored by gushiqiao's avatar gushiqiao
Browse files

FIX

parent 414c3cd9
...@@ -25,8 +25,8 @@ Model Root Directory/ ...@@ -25,8 +25,8 @@ Model Root Directory/
│ ├── fp8/ # FP8 quantized version (DIT/T5/CLIP) │ ├── fp8/ # FP8 quantized version (DIT/T5/CLIP)
│ ├── int8/ # INT8 quantized version (DIT/T5/CLIP) │ ├── int8/ # INT8 quantized version (DIT/T5/CLIP)
│ ├── original/ # Original precision version (DIT) │ ├── original/ # Original precision version (DIT)
│ ├── xlm-roberta-large/ │ ├── xlm-roberta-large/
│ └── google/ │ └── google/
``` ```
### 💾 Storage Recommendations ### 💾 Storage Recommendations
......
...@@ -56,6 +56,7 @@ Documentation ...@@ -56,6 +56,7 @@ Documentation
:maxdepth: 1 :maxdepth: 1
:caption: Deployment Guides :caption: Deployment Guides
Model Structure <deploy_guides/model_structure.md>
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>
Lora Deployment <deploy_guides/lora_deploy.md> Lora Deployment <deploy_guides/lora_deploy.md>
......
...@@ -57,6 +57,7 @@ HuggingFace: https://huggingface.co/lightx2v ...@@ -57,6 +57,7 @@ HuggingFace: https://huggingface.co/lightx2v
:maxdepth: 1 :maxdepth: 1
:caption: 部署指南 :caption: 部署指南
模型结构 <deploy_guides/model_structure.md>
低延迟场景部署 <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> Lora模型部署 <deploy_guides/lora_deploy.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