This section’s colab notebook: Sharing models and tokenizers - Hugging Face Course
When I execute model.push_to_hub("dummy-model")
it throws error, although I’ve tried to solve it by sudo apt-get install git-lfs
but it still doesn’t work.
By the way, I’m running all my codes in Google Colab, so I think you could reproduce the error by running the code from colab
Thanks