5 lines
254 B
Bash
Executable File
5 lines
254 B
Bash
Executable File
#! /usr/bin/env bash
|
|
|
|
mkdir output
|
|
python3 main.py --model "/mnt/contest_ceph/zhanghao/models/AI-ModelScope/text-to-video-ms-1.7b" --json "dataset.json" --results "results.json" --outdir "output" --device cuda --dtype fp32 --model_type text-to-video-ms
|