w32zhong commited on
Commit
de23960
1 Parent(s): 03f842c

update upload2hgf.sh

Browse files
Files changed (1) hide show
  1. 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 .