File size: 308 Bytes
2d1c7dc |
1 2 3 4 5 6 7 8 9 |
HF_ENDPOINT=https://hf-mirror.com python3 apply_delta.py \
--base llama-7b-hf \
--target vicuna-7b-v0 \
--delta lmsys/vicuna-7b-delta-v0
# HF_ENDPOINT=https://hf-mirror.com python3 apply_delta.py \
# --base llama-13b-hf \
# --target stable-vicuna-13b \
# --delta CarperAI/stable-vicuna-13b-delta |