Commit e666284b authored by gushiqiao's avatar gushiqiao
Browse files

Fix

parent d0ec1aaa
...@@ -123,7 +123,7 @@ num_disk_workers = 2 # Disk I/O worker threads ...@@ -123,7 +123,7 @@ num_disk_workers = 2 # Disk I/O worker threads
**Disk Storage Optimization**: **Disk Storage Optimization**:
- Use high-speed SSD to store model parameters - Use high-speed SSD to store model parameters
- Store model files grouped by blocks - Store model files grouped by blocks
- Refer to conversion script [documentation](https://github.com/ModelTC/lightx2v/tree/main/tools/convert/readme_zh.md), specify `--save_by_block` parameter during conversion - Refer to conversion script [documentation](https://github.com/ModelTC/lightx2v/tree/main/tools/convert/readme.md), specify `--save_by_block` parameter during conversion
### 5. VRAM Optimization Techniques ### 5. VRAM Optimization Techniques
......
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