mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-04-11 05:13:31 +02:00
Merge branch 'dev/v1.2' of https://github.com/hpcaitech/Open-Sora-dev into dev/v1.2
This commit is contained in:
commit
28dec22d2c
|
|
@ -5,7 +5,7 @@ set -e
|
|||
|
||||
CKPT=$1
|
||||
|
||||
CMD="python scripts/inference.py configs/opensora-v1-1/inference/sample.py"
|
||||
CMD="python scripts/inference.py configs/opensora-v1-2/inference/sample.py"
|
||||
CMD_REF="python scripts/inference-long.py configs/opensora-v1-1/inference/sample.py"
|
||||
if [[ $CKPT == *"ema"* ]]; then
|
||||
parentdir=$(dirname $CKPT)
|
||||
|
|
@ -141,8 +141,8 @@ function run_video_h() { # 23min
|
|||
|
||||
# vbench has 950 samples
|
||||
|
||||
VBENCH_BS=32 # 80GB
|
||||
VBENCH_FRAMES=16
|
||||
VBENCH_BS=1 # 80GB
|
||||
VBENCH_FRAMES=51
|
||||
VBENCH_H=240
|
||||
VBENCH_W=426
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue