Closed lxycopper closed 10 months ago
When I run this code block in Google Colab !accelerate launch test_fatezero.py --config=$CONFIG_NAME it raises an error:
!accelerate launch test_fatezero.py --config=$CONFIG_NAME
Very weird. It seems the inversion part and editing part are both running correctly. Is it because of out-of-memory or interrupted by Colab infrastructure? You may also try to run it on your personal machine.
When I run this code block in Google Colab
!accelerate launch test_fatezero.py --config=$CONFIG_NAME
it raises an error: