Skip to content
Snippets Groups Projects
Select Git revision
  • 824bc2094951d9626181b6eac5dc43a73cf852a0
  • master default protected
2 results

bfs.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 ",
    )