Spaces:
No application file
No application file
mattcodebytes
commited on
Commit
·
9a23d5b
1
Parent(s):
ac9ff79
ignore env and add hf login command
Browse files- .gitignore +2 -1
- README.md +7 -1
.gitignore
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
mcp-sentiment\venv\*
|
| 2 |
.venv/
|
| 3 |
-
venv/
|
|
|
|
|
|
| 1 |
mcp-sentiment\venv\*
|
| 2 |
.venv/
|
| 3 |
+
venv/
|
| 4 |
+
.env
|
README.md
CHANGED
|
@@ -15,4 +15,10 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
|
|
| 15 |
```mcp-sentiment\venv\Scripts\activate.bat```
|
| 16 |
|
| 17 |
## Command to push to multiple repos
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
```mcp-sentiment\venv\Scripts\activate.bat```
|
| 16 |
|
| 17 |
## Command to push to multiple repos
|
| 18 |
+
- set a second remote in git
|
| 19 |
+
|
| 20 |
+
```for %r in (origin hf) do git push %r main```
|
| 21 |
+
|
| 22 |
+
## Login to Huggingface
|
| 23 |
+
First go into console and generate a new token, then use it to login
|
| 24 |
+
```huggingface-cli login```
|