Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
peterpeter8585
/
qq
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
peterpeter8585
commited on
Jul 24, 2024
Commit
d16596c
·
verified
·
1 Parent(s):
9e08aca
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -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)