luijait commited on
Commit
864d5b5
1 Parent(s): cf8b27c

Delete git_fast.sh

Browse files
Files changed (1) hide show
  1. git_fast.sh +0 -14
git_fast.sh DELETED
@@ -1,14 +0,0 @@
1
- git lfs install
2
- git lfs track "*.safetensors"
3
- git add .gitattributes
4
- git commit -m "Track .safetensors files with Git LFS, Phi-3 8 bits"
5
- git add .
6
- git commit -m "Add all files to repository"
7
- git config lfs.concurrenttransfers 1000
8
- git config lfs.tlstimeout 30
9
- git config lfs.dialtimeout 30
10
- git config lfs.activitytimeout 30
11
- git config lfs.keepalive 30
12
- git push origin main
13
- git remote add origin https://huggingface.co/luijait/Phi-3-14b-128k-8bits
14
- git push origin main