update
Browse files- upload_dataset_to_hf.sh +1 -1
upload_dataset_to_hf.sh
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
git add .
|
| 2 |
git commit -m "update"
|
| 3 |
-
git --force
|
| 4 |
|
| 5 |
git push --delete origin v2.1
|
| 6 |
git tag -d v2.1
|
|
|
|
| 1 |
git add .
|
| 2 |
git commit -m "update"
|
| 3 |
+
git push --force
|
| 4 |
|
| 5 |
git push --delete origin v2.1
|
| 6 |
git tag -d v2.1
|