cloud-server-setup / script /clone_repo.sh
seungheondoh
update
9a6e5af
raw
history blame contribute delete
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 .