adapt for mr100
This commit is contained in:
10
README.md
10
README.md
@@ -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 |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user