update upload2hgf.sh
Browse files- upload2hgf.sh +1 -1
upload2hgf.sh
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
set -ex
|
3 |
git lfs install
|
4 |
find ckpt -type f | xargs -I{} cp {} .
|
|
|
5 |
git lfs track events.out.*
|
6 |
-
git lfs track pytorch_model.bin
|
7 |
tmp_branch=hgf-`uuidgen`
|
8 |
git checkout -b $tmp_branch
|
9 |
git add .
|
|
|
2 |
set -ex
|
3 |
git lfs install
|
4 |
find ckpt -type f | xargs -I{} cp {} .
|
5 |
+
git lfs track *.bin
|
6 |
git lfs track events.out.*
|
|
|
7 |
tmp_branch=hgf-`uuidgen`
|
8 |
git checkout -b $tmp_branch
|
9 |
git add .
|