Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -71,6 +71,7 @@ Before pushing make sure that the DVC remote is setup correctly:
|
|
71 |
dvc remote modify origin url https://dagshub.com/{user_name}/summarization.dvc
|
72 |
dvc remote modify origin --local auth basic
|
73 |
dvc remote modify origin --local user {user_name}
|
|
|
74 |
```
|
75 |
```
|
76 |
t5s push
|
|
|
71 |
dvc remote modify origin url https://dagshub.com/{user_name}/summarization.dvc
|
72 |
dvc remote modify origin --local auth basic
|
73 |
dvc remote modify origin --local user {user_name}
|
74 |
+
dvc remote modify origin --local password {your_token}
|
75 |
```
|
76 |
```
|
77 |
t5s push
|