Skip to content

Commit

Permalink
add hint
Browse files Browse the repository at this point in the history
  • Loading branch information
jbilcke-hf committed Nov 21, 2024
1 parent 92fc6d3 commit 117b748
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@ Contributions are welcome to help supporting other platforms!
- Connect your GitHub repository to the Space.
- Configure the Space to use the Docker runtime.


Note: by default Hugging Face runs the `main` branch, so if you want to push a feature branch you need to do this:

```bash
git push <space_repo> <feature_branch>:main -f
```

## Development

The project structure is organized as follows:
Expand Down

0 comments on commit 117b748

Please sign in to comment.