Usage of init_git_repo is not very clear
See original GitHub issueinit_git_repo expects some arguments which are not very clear (e.g. you need to pass local_rank
which is not very obvious when the functions is creating a git repo).
cc @anton-l
Issue Analytics
- State:
- Created a year ago
- Comments:9 (8 by maintainers)
Top Results From Across the Web
How to completely clear git repository, without deleting it
This is usually caused by another repository pushing to the same ref. You may want to first integrate the remote changes (e.g., 'git...
Read more >How to Delete Git Repository Created with Init - W3docs
Open the Terminal by typing the Ctrl + Alt + T · Next type the following command line which will delete the git...
Read more >git-init Documentation - Git
This command creates an empty Git repository - basically a .git directory with subdirectories for objects , refs/heads , refs/tags , and template...
Read more >How to delete a Git repository - TheServerSide.com
Open the the local Git repo's root folder · Delete all of the files and folder in the Git repo's root folder ·...
Read more >git init | Atlassian Git Tutorial
The git init command creates a new Git repository. It can be used to convert an existing, unversioned project to a Git repository...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think we’ve mentioned a couple of times to remove the
init_git_repo
functionality from the unconditional training script. Also see: https://github.com/huggingface/diffusers/pull/266#discussion_r960542231@anton-l could you please adapt the unconditional training script accordingly?
Addressed in https://github.com/huggingface/diffusers/pull/1022