Skip to content
Snippets Groups Projects
Select Git revision
  • 8be20ba96796d930ea71eaba91085743178bb7c7
  • master default protected
2 results

math-moyenne.py

Blame
  • push_model_HF.py 215 B
    from huggingface_hub import login
    from huggingface_sb3 import push_to_hub
    
    login()
    
    push_to_hub(
        repo_id="CorentinGst/CartPolev2",
        filename="a2c_cartpole_model.zip",
        commit_message="Test HF push API ",
    )