hivemind
hivemind copied to clipboard
fix dependency for the albert example
Context
this is just a small PR to fix some dependencies with the albert example. The old version of dataset and wandb being not compatible with the current hf and wandb hub
it seems that the CI is failing for an error linked to this issue : https://github.com/learning-at-home/hivemind/issues/610
EDIT: CI problem Should be fixed by this PR : https://github.com/learning-at-home/hivemind/pull/612
@samsja Thanks for the PR! The fix for CI is merged to master, can you rebase your branch on it and try again?
Also, can you please confirm that the script works with these dependencies updated?
@samsja Thanks for the PR! The fix for CI is merged to master, can you rebase your branch on it and try again?
Also, can you please confirm that the script works with these dependencies updated?
yes the script is now working with this dependency. I just rebased the branch
@samsja Could you please rebase the branch again? GitHub shows that it's not possible for me to resolve the conflict automatically, and I can't rerun the tests while there's a conflict
@samsja Could you please rebase the branch again? GitHub shows that it's not possible for me to resolve the conflict automatically, and I can't rerun the tests while there's a conflict
it should be fine now, I rebased on master