File size: 193 Bytes
c4683a3
 
 
 
 
 
 
 
9a6e5af
1
2
3
4
5
6
7
8
9
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 .