Commit
·
54bb2b9
1
Parent(s):
5b51a2f
add section on syncing repos
Browse files
README.md
CHANGED
@@ -71,3 +71,16 @@ uv sync --group ml
|
|
71 |
```bash
|
72 |
uv sync --group app
|
73 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
```bash
|
72 |
uv sync --group app
|
73 |
```
|
74 |
+
|
75 |
+
## Sync with Hugging Face Space
|
76 |
+
|
77 |
+
First, add the remote
|
78 |
+
```
|
79 |
+
git remote add hf https://huggingface.co/spaces/feel-fl/open-human-feedback-chat
|
80 |
+
```
|
81 |
+
|
82 |
+
Push to the remote branch
|
83 |
+
|
84 |
+
```
|
85 |
+
git push hf main
|
86 |
+
```
|