huggingface / huggingface_sb3

Additional code for Stable-baselines3 to load and upload models from the Hub.
77 stars 23 forks source link

Rebase repo when pulling #7

Closed nateraw closed 2 years ago

nateraw commented 2 years ago

I think you want to rebase, as we tend to do this in all the mixins in huggingface_hub. I think not having this is what caused this issue: https://github.com/huggingface/deep-rl-class/issues/20.

simoninithomas commented 2 years ago

We had a problem with rebase because if people stopped before everything is pushed to the Hub they need to git pull from the repo right @osanseviero ?

osanseviero commented 2 years ago

If stopping the process before everything is pushed I don't think that should require a git pull :thinking: