sivakornchong commited on
Commit
1a98be1
1 Parent(s): 1c6747f

clean repo

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. huggingface_boot.sh.save +0 -16
.gitignore CHANGED
@@ -1,3 +1,4 @@
1
  __pycache__
2
  .ipynb_checkpoints
3
  .swp
 
 
1
  __pycache__
2
  .ipynb_checkpoints
3
  .swp
4
+ .save
huggingface_boot.sh.save DELETED
@@ -1,16 +0,0 @@
1
- #!/usr/bin/bash
2
- set -e
3
-
4
- echo "Copying over the optimized model from project folder for huggingface front-end" >> ~/log_file.txt
5
- cp /home/sivakornchong/hdb_project/model/finalized_model2.sav /home/sivakornchong/HDB_resale_predict/
6
- echo "Copied succesfully" >> ~/log_file.txt
7
-
8
- GIT='git --git-dir=/home/sivakornchong/HDB_resale_predict/.git'
9
-
10
- cd /home/sivakornchong/HDB_resale_predict/
11
-
12
- $GIT add .
13
- $GIT commit -m "VM update"
14
- $GIT push
15
-
16
- echo "Pushed to huggingface" >> ~/log_file.txt