Spaces:
Runtime error
Runtime error
ShaoTengLiu
commited on
Commit
·
80c6f7f
1
Parent(s):
8bad22b
debug
Browse files- trainer.py +2 -2
trainer.py
CHANGED
@@ -137,9 +137,9 @@ class Trainer:
|
|
137 |
OmegaConf.save(config, f)
|
138 |
|
139 |
# command = f'accelerate launch Tune-A-Video/train_tuneavideo.py --config {config_path}'
|
140 |
-
|
141 |
# command = f'accelerate launch Video-P2P/train_tuneavideo.py --config {config_path}'
|
142 |
-
command = f'accelerate launch Tune-A-Video-debug/train_tuneavideo.py --config {config_path}'
|
143 |
subprocess.run(shlex.split(command))
|
144 |
save_model_card(save_dir=output_dir,
|
145 |
base_model=base_model,
|
|
|
137 |
OmegaConf.save(config, f)
|
138 |
|
139 |
# command = f'accelerate launch Tune-A-Video/train_tuneavideo.py --config {config_path}'
|
140 |
+
command = f'accelerate launch Video-P2P/run_tuning.py --config {config_path}'
|
141 |
# command = f'accelerate launch Video-P2P/train_tuneavideo.py --config {config_path}'
|
142 |
+
# command = f'accelerate launch Tune-A-Video-debug/train_tuneavideo.py --config {config_path}'
|
143 |
subprocess.run(shlex.split(command))
|
144 |
save_model_card(save_dir=output_dir,
|
145 |
base_model=base_model,
|