You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The finetuning script doesn't work due to this line
As the utils was moved from ./training/utils.py to ./training/cogvideox/utils.py in commit
The error is Traceback (most recent call last): File "/teamspace/studios/this_studio/finetrainers/training/./mochi-1/text_to_video_lora.py", line 47, in <module> from utils import print_memory, reset_memory # isort:skip ModuleNotFoundError: No module named 'utils' -------------------- Finished executing script --------------------
I will quickly make a PR to fix it as well
The text was updated successfully, but these errors were encountered:
The finetuning script doesn't work due to this line
As the utils was moved from ./training/utils.py to ./training/cogvideox/utils.py in commit
The error is
Traceback (most recent call last): File "/teamspace/studios/this_studio/finetrainers/training/./mochi-1/text_to_video_lora.py", line 47, in <module> from utils import print_memory, reset_memory # isort:skip ModuleNotFoundError: No module named 'utils' -------------------- Finished executing script --------------------
I will quickly make a PR to fix it as well
The text was updated successfully, but these errors were encountered: