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 . |
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 . |