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...
d16596c
qq
/
app.py
peterpeter8585
Create app.py
d16596c
verified
12 months ago
raw
Copy download link
history
blame
Safe
181 Bytes
import
subprocess
subprocess.Popen(
"git lfs install"
, shell=
True
)
subprocess.Popen(
"GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/HuggingFaceH4/zephyr-7b-beta"
, shell=
True
)