Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AssertionError: Not sure how to proceed, we were given deepspeed configs in the deepspeed arguments and deepspeed.initialize() function call #1043

Closed
shaunstoltz opened this issue Sep 25, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@shaunstoltz
Copy link

Traceback (most recent call last):
File "train.py", line 27, in
pretrain(neox_args=neox_args)
File "/home/shaunst/repo/gpt-neox/megatron/training.py", line 183, in pretrain
model, optimizer, lr_scheduler = setup_model_and_optimizer(
File "/home/shaunst/repo/gpt-neox/megatron/training.py", line 605, in setup_model_and_optimizer
model, optimizer, _, lr_scheduler = deepspeed.initialize(
File "/home/shaunst/repo/gpt-neox/venv/lib/python3.8/site-packages/deepspeed/init.py", line 146, in initialize
assert config is None, "Not sure how to proceed, we were given deepspeed configs in the deepspeed arguments and deepspeed.initialize() function call"
AssertionError: Not sure how to proceed, we were given deepspeed configs in the deepspeed arguments and deepspeed.initialize() function call

@shaunstoltz shaunstoltz added the bug Something isn't working label Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant