adapt for mr100

This commit is contained in:
2025-09-11 14:03:24 +08:00
parent 07779d756f
commit 08b54c942e
22 changed files with 10 additions and 148 deletions

View File

@@ -6,8 +6,8 @@ docker build -t text2video:v0.1 .
```
### 模型下载
模型地址https://modelscope.cn/models/iic/text-to-video-synthesis
并放到目录:`/mnt/contest_ceph/zhanghao/models/iic/text-to-video-synthesis`(如更改目录,请修改后面的执行脚本中的模型路径)
模型地址https://modelscope.cn/models/AI-ModelScope/text-to-video-ms-1.7b
并放到目录:`/mnt/contest_ceph/zhanghao/models/AI-ModelScope/text-to-video-ms-1.7b`(如更改目录,请修改后面的执行脚本中的模型路径)
### 测试程序
1. 准备输入数据集,可以参考示例`dataset.json`
@@ -17,7 +17,7 @@ docker build -t text2video:v0.1 .
```
## 测试结果
| | A100 平均生成时间(秒) | MLU-x4 平均生成时间(秒) | MLU-x8 平均生成时间(秒)|
|------|-------------------------|----------------------------|---------------------------|
| 时间 | 12 | 37 | 45
| | A100 平均生成时间(秒) | 智铠100 平均生成时间(秒) |
|------|-------------------------|----------------------------|
| 时间 | 21 | 51 |