touale
touale
Fix incorrect parameter names in scripts/sample.sh
Can you share 'results/011-Latte-XL-122-F128S3-landscope_feature-Gc-Amp/checkpoints/0005000.pt'? ``` accelerate launch --num_processes 1 --main_process_port 29501 --mixed_precision bf16 opensora/sample/sample.py \ --model Latte-XL/122 \ --ae stabilityai/sd-vae-ft-mse \ --ckpt results/011-Latte-XL-122-F128S3-landscope_feature-Gc-Amp/checkpoints/0005000.pt --extras 1 \ --fps 10 --num-frames 128...
I tried to use `mypy` in `tox`, and despite the `exclude` api, it seems unable to skip the relevant directories. Also, I tried to only use command `mypy src/xxx_service`, but...