peterpeter8585 commited on
Commit
d16596c
·
verified ·
1 Parent(s): 9e08aca

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import subprocess
2
+ subprocess.Popen("git lfs install", shell=True)
3
+ subprocess.Popen("GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/HuggingFaceH4/zephyr-7b-beta", shell=True)