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
我尝试了最新的deepspeed报错:
/tds/init.py", line 18, in
from deepspeed.utils.distributed import init_distributed
ModuleNotFoundError: No module named 'deepspeed.utils.distributed'
换成0.3.9 报错:
tds/init.py", line 14, in
from deepspeed.runtime.config import DeepSpeedConfig, DeepSpeedConfigError
ImportError: cannot import name 'DeepSpeedConfigError' from 'deepspeed.runtime.config' (/usr/local/lib/python3.8/dist-packages/deepspeed/runtime/config.py)
from deepspeed.runtime.config import DeepSpeedConfig, DeepSpeedConfigError
The text was updated successfully, but these errors were encountered:
我尝试了最新的deepspeed报错:
/tds/init.py", line 18, in
from deepspeed.utils.distributed import init_distributed
ModuleNotFoundError: No module named 'deepspeed.utils.distributed'
换成0.3.9 报错:
tds/init.py", line 14, in
from deepspeed.runtime.config import DeepSpeedConfig, DeepSpeedConfigError
ImportError: cannot import name 'DeepSpeedConfigError' from 'deepspeed.runtime.config' (/usr/local/lib/python3.8/dist-packages/deepspeed/runtime/config.py)
from deepspeed.runtime.config import DeepSpeedConfig, DeepSpeedConfigError
The text was updated successfully, but these errors were encountered: