-
Notifications
You must be signed in to change notification settings - Fork 103
[Compatibility] Runining OPT using PyTorch 1.12 and Gemini placement_policy = 'cuda' failed #166
Comments
I also tried placement_policy = 'cpu' 0%| | 0/444 [00:00<?, ?it/s] |
Encountered the same problem, is there a solution? |
Got same error, fixed after these changes. |
🐛 Describe the bug
Just run the
examples/language/opt/run_clm.py
will reproduce the error.The program crashed with no error information.
After I replace placement_policy as 'cuda'. It is OK.
Environment
colossalai 0.1.8+torch1.12cu11.3
The text was updated successfully, but these errors were encountered: