Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
seungheondoh
/
cloud-server-setup
like
0
Model card
Files
Files and versions
xet
Community
3988329
cloud-server-setup
/
script
/
clone_repo.sh
seungheondoh
update
9a6e5af
6 months ago
raw
Copy download link
history
blame
Safe
193 Bytes
HF_TOKEN=
"your_token_here"
TARGET_REPO=
""
REPO_NAME=
""
huggingface-cli login --token
$HF_TOKEN
git lfs install
git
clone
$TARGET_REPO
cd
$REPO_NAME
source
.venv/bin/activate
uv pip install -e .