support iic/text-to-video-synthesis

This commit is contained in:
2025-09-02 16:54:16 +08:00
commit 48d108dd0d
8 changed files with 179 additions and 0 deletions

5
run_in_docker_mlu370.sh Executable file
View File

@@ -0,0 +1,5 @@
#! /usr/bin/env bash
# cnmon
image=harbor-contest.4pd.io/zhanghao/iic:mlu370
device_id=2
docker run -it -v /root/zhanghao:/workspace -v /mnt:/mnt --device=/dev/cambricon_dev$device_id:/dev/cambricon_dev0 --device=/dev/cambricon_ctl:/dev/cambricon_ctl $image bash