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
venv/lib/python3.10/site-packages/accelerate/utils/modeling.py", line 1415, in infer_auto_device_map
current_max_size = max_memory[device] if device != "disk" else None
TypeError: 'NoneType' object is not subscriptable
=> solution accelerate==1.1.1
The text was updated successfully, but these errors were encountered:
venv/lib/python3.10/site-packages/accelerate/utils/modeling.py", line 1415, in infer_auto_device_map
current_max_size = max_memory[device] if device != "disk" else None
TypeError: 'NoneType' object is not subscriptable
=> solution accelerate==1.1.1
The text was updated successfully, but these errors were encountered: