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
Running the default RLHF experiment with Deepspeed will fail with the following error:
Traceback (most recent call last):
File ".../train_wave.py", line 106, in
run(cfg=cfg)
File ".../train.py", line 948, in run
val_loss, val_metric = train_function(
File ".../train.py", line 484, in run_train_rlhf
train_dataloader.sampler, "set_epoch"
AttributeError: 'DeepSpeedDataLoader' object has no attribute 'sampler'
The text was updated successfully, but these errors were encountered:
🐛 Bug
Running the default RLHF experiment with Deepspeed will fail with the following error:
The text was updated successfully, but these errors were encountered: