fix wrong path

This commit is contained in:
zR 2024-08-06 11:07:16 +08:00
parent f9655e78bd
commit f9ec8a9569
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ of the **CogVideoX** open-source model.
This folder contains some tools for model conversion / caption generation, etc.
+ [convert_weight_sat2hf](tools/convert_weight_sat2hf.py): Convert SAT model weights to Huggingface model weights.
+ [caption_demo](tools/caption_demo.py): Caption tool, a model that understands videos and outputs them in text.
+ [caption_demo](tools/caption/README.md): Caption tool, a model that understands videos and outputs them in text.
## Project Plan

View File

@ -92,7 +92,7 @@ CogVideoX是 [清影](https://chatglm.cn/video) 同源的开源版本视频生
本文件夹包含了一些工具,用于模型的转换 / Caption 等工作。
+ [convert_weight_sat2hf](tools/convert_weight_sat2hf.py): 将 SAT 模型权重转换为 Huggingface 模型权重。
+ [caption_demo](tools/caption_demo.py): Caption 工具,对视频理解并用文字输出的模型。
+ [caption_demo](tools/caption/README_zh.md): Caption 工具,对视频理解并用文字输出的模型。
## 项目规划